Skip to content

Commit

Permalink
Update triggered.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
mtweeman authored Jun 11, 2024
1 parent 3f3168b commit c237456
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/triggered.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ permissions:
jobs:
test:
runs-on: ubuntu-latest
if: github.event.name == 'repository_dispatch'
if: github.event_name == 'repository_dispatch' && github.event.flag == 'true'

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit c237456

Please sign in to comment.