Skip to content

Commit

Permalink
Run if we have a failure, maybe?
Browse files Browse the repository at this point in the history
  • Loading branch information
Quantumplation committed Feb 12, 2024
1 parent 7cf33b1 commit e10796a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
fi
- run: aiken build
- uses: actions/github-script@v6
if: ${{ env.FAILING_TESTS }}
if: failure() && ${{ env.FAILING_TESTS }}
with:
script: |
github.rest.issues.createComment({
Expand Down

0 comments on commit e10796a

Please sign in to comment.