Skip to content

Commit b42c306

Browse files
authored
fix: add check to see if it is appfnd org (#45)
1 parent 05f5202 commit b42c306

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sync.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
jobs:
99
sync:
1010
runs-on: ["self-hosted"]
11-
if: ${{ !contains(github.server_url, 'github.com') }}
11+
if: ${{ !contains(github.server_url, 'github.com') && contains(github.repository, 'application-foundation') }}
1212
steps:
1313
- name: Configure Git
1414
run: |

0 commit comments

Comments
 (0)