Skip to content

Commit

Permalink
ci: only run sync job if the repo is apache/fury (#1860)
Browse files Browse the repository at this point in the history
The sync job is set up so it also runs on forks of the apache/fury repo.
It can't pass on the forks because they don't have the secrets set up.
  • Loading branch information
pjfanning authored Sep 27, 2024
1 parent da57b79 commit e24b8bb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ on:
jobs:
sync:
runs-on: ubuntu-latest
if: github.repository == 'apache/fury'
steps:
- uses: actions/checkout@v4
- name: Sync files
Expand Down

0 comments on commit e24b8bb

Please sign in to comment.