Skip to content

Commit

Permalink
Merge pull request #78 from jflo/testResultsArtifacts
Browse files Browse the repository at this point in the history
skips approval check on dispatch
  • Loading branch information
jflo authored Feb 15, 2024
2 parents 40a869d + eca2dd8 commit a062b51
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/reference-tests.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: reference-tests
on:
workflow_dispatch:
workflow_dispatch:
pull_request_target:
branches:
- main
Expand Down Expand Up @@ -61,7 +61,7 @@ jobs:
packages: read
needs:
- shouldRun
if: ${{ needs.shouldRun.outputs.shouldRun == 'true' }}
if: ${{ needs.shouldRun.outputs.shouldRun == 'true' || github.event_name == 'workflow_dispatch' }}
strategy:
fail-fast: true
matrix:
Expand Down

0 comments on commit a062b51

Please sign in to comment.