Skip to content

Commit

Permalink
only run llvm on main
Browse files Browse the repository at this point in the history
  • Loading branch information
ss2165 committed Nov 15, 2024
1 parent 31f211e commit facdd5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-rs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ jobs:

tests-stable-llvm:
needs: changes
if: ${{ needs.changes.outputs.llvm == 'true' }}
if: ${{ needs.changes.outputs.llvm == 'true' && github.event_name == 'push'}}
runs-on: ubuntu-latest
name: tests hugr-llvm
strategy:
Expand Down

0 comments on commit facdd5a

Please sign in to comment.