Skip to content

Commit 7b5a422

Browse files
authored
Merge pull request quarkusio#2097 from gsmet/avoid-jobs-forks
Avoid running sync jobs in forks
2 parents cc18b46 + b504acf commit 7b5a422

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/sync-main-doc.yml

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
jobs:
88
sync:
99
runs-on: ubuntu-latest
10+
if: github.repository == 'quarkusio/quarkusio.github.io'
1011
steps:
1112
- uses: actions/checkout@v4
1213
with:

.github/workflows/sync-working-groups.yml

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ on:
1010

1111
jobs:
1212
sync:
13+
if: github.repository == 'quarkusio/quarkusio.github.io'
1314
runs-on: ubuntu-latest
1415
steps:
1516
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)