From e24b8bbcdc4e0cba4b04d740b111092e6733715d Mon Sep 17 00:00:00 2001 From: PJ Fanning Date: Fri, 27 Sep 2024 11:27:23 +0100 Subject: [PATCH] ci: only run sync job if the repo is apache/fury (#1860) 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. --- .github/workflows/sync.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/sync.yml b/.github/workflows/sync.yml index bc778cf197..69da5bb921 100644 --- a/.github/workflows/sync.yml +++ b/.github/workflows/sync.yml @@ -25,6 +25,7 @@ on: jobs: sync: runs-on: ubuntu-latest + if: github.repository == 'apache/fury' steps: - uses: actions/checkout@v4 - name: Sync files