Skip to content

Commit

Permalink
Merge pull request #79 from jflo/testResultsArtifacts
Browse files Browse the repository at this point in the history
approval check will fail
  • Loading branch information
jflo authored Feb 15, 2024
2 parents a062b51 + 1deb382 commit a487b09
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/reference-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
runs-on: ubuntu-22.04
outputs:
shouldRun: ${{steps.shouldRun.outputs.result}}
if: ${{ github.event_name != 'workflow_dispatch' }}
steps:
- name: required check
id: shouldRun
Expand Down

0 comments on commit a487b09

Please sign in to comment.