Skip to content

Commit

Permalink
Merge pull request #2097 from gsmet/avoid-jobs-forks
Browse files Browse the repository at this point in the history
Avoid running sync jobs in forks
  • Loading branch information
gsmet authored Aug 26, 2024
2 parents cc18b46 + b504acf commit 7b5a422
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/sync-main-doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
jobs:
sync:
runs-on: ubuntu-latest
if: github.repository == 'quarkusio/quarkusio.github.io'
steps:
- uses: actions/checkout@v4
with:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/sync-working-groups.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ on:

jobs:
sync:
if: github.repository == 'quarkusio/quarkusio.github.io'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 7b5a422

Please sign in to comment.