This is an automated email from the ASF dual-hosted git repository.

chaokunyang pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/fury.git


The following commit(s) were added to refs/heads/main by this push:
     new e24b8bbc ci: only run sync job if the repo is apache/fury (#1860)
e24b8bbc is described below

commit e24b8bbcdc4e0cba4b04d740b111092e6733715d
Author: PJ Fanning <pjfann...@users.noreply.github.com>
AuthorDate: Fri Sep 27 11:27:23 2024 +0100

    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 bc778cf1..69da5bb9 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


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@fury.apache.org
For additional commands, e-mail: commits-h...@fury.apache.org

Reply via email to