Skip to content

Commit

Permalink
chore: dont run notify workflow on forks (#651)
Browse files Browse the repository at this point in the history
  • Loading branch information
markphelps authored Jan 23, 2025
1 parent 68ea4d5 commit e26e200
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/package-ffi-engine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,7 @@ jobs:
notify:
runs-on: ubuntu-latest
needs: build
if: github.repository == 'flipt-io/flipt-client-sdks'
steps:
- name: Generate token
id: generate_token
Expand Down

0 comments on commit e26e200

Please sign in to comment.