Skip to content

Commit

Permalink
chore(ci): fix workflow not triggering on pull request
Browse files Browse the repository at this point in the history
  • Loading branch information
IceTDrinker committed Jan 7, 2025
1 parent 53fed5e commit 721cb3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/aws_tfhe_fast_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ on:

jobs:
check-user-permission:
if: github.event_name == 'pull_request_target'
if: github.event_name == 'pull_request' || github.event_name == 'pull_request_target'
uses: ./.github/workflows/check_triggering_actor.yml
secrets:
TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 721cb3b

Please sign in to comment.