Skip to content

Commit 770b0a5

Browse files
committed
workflow comment
1 parent 0743764 commit 770b0a5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci-rs.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,12 +243,14 @@ jobs:
243243

244244
tests-stable-llvm:
245245
needs: changes
246-
if: ${{ needs.changes.outputs.llvm == 'true' && github.event_name == 'push'}}
246+
if: ${{ ( needs.changes.outputs.llvm == 'true' && github.event_name == 'push' ) || needs.changes.outputs.override == 'true' }}
247247
runs-on: ubuntu-latest
248248
name: tests hugr-llvm
249249
strategy:
250250
matrix:
251251
llvm-version:
252+
# different strings for install action and feature name
253+
# adapted from https://github.com/TheDan64/inkwell/blob/master/.github/workflows/test.yml
252254
- ["14.0", "14-0"]
253255

254256
steps:

0 commit comments

Comments
 (0)