Skip to content

Commit

Permalink
ci: Fix miri alerts not triggering (#1928)
Browse files Browse the repository at this point in the history
  • Loading branch information
aborgna-q authored Feb 24, 2025
1 parent bb0d54b commit 7e4562c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unsoundness.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
create-issue:
uses: CQCL/hugrverse-actions/.github/workflows/create-issue.yml@main
needs: miri
if: always() && needs.miri.result == 'failure' && github.event_name == 'push'
if: always() && needs.miri.result == 'failure'
secrets:
GITHUB_PAT: ${{ secrets.HUGRBOT_PAT }}
with:
Expand Down

0 comments on commit 7e4562c

Please sign in to comment.