From d31fca7cea4f6af86386ba95473395abd194bdfb Mon Sep 17 00:00:00 2001 From: Betina Benaduce Date: Thu, 9 Apr 2026 16:45:03 -0300 Subject: [PATCH] fix: add check to see if it is appfnd org --- .github/workflows/sync.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sync.yaml b/.github/workflows/sync.yaml index e2e4047..0ecd02b 100644 --- a/.github/workflows/sync.yaml +++ b/.github/workflows/sync.yaml @@ -8,7 +8,7 @@ on: jobs: sync: runs-on: ["self-hosted"] - if: ${{ !contains(github.server_url, 'github.com') }} + if: ${{ !contains(github.server_url, 'github.com') && contains(github.repository, 'application-foundation') }} steps: - name: Configure Git run: |