Skip to content

Commit

Permalink
Merge pull request #251 from i5okie/i5okie/workflow-limit-execution
Browse files Browse the repository at this point in the history
Do not run workflow on forks
  • Loading branch information
esune authored Oct 21, 2024
2 parents 81b284f + a56ad7b commit a22ee37
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/gitops_sync.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:
jobs:
sync_changes:
runs-on: ubuntu-latest
if: github.repository_owner == 'bcgov'
steps:
- uses: actions/checkout@v4

Expand Down

0 comments on commit a22ee37

Please sign in to comment.