8000 ci: Skip extensive tests if `to_test` is empty · rust-lang/compiler-builtins@80acf22 · GitHub
[go: up one dir, main page]

Skip to content

Commit 80acf22

Browse files
committed
ci: Skip extensive tests if to_test is empty
Have this show up as skipped in the UI, rather than passed.
1 parent 11cf244 commit 80acf22

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/main.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -307,6 +307,7 @@ jobs:
307307
include: ${{ fromJSON(needs.calculate_vars.outputs.extensive_matrix).extensive_matrix }}
308308
env:
309309
TO_TEST: ${{ matrix.to_test }}
310+
if: ${{ matrix.to_test }} # skip if empty
310311
steps:
311312
- uses: actions/checkout@v4
312313
with:

0 commit comments

Comments
 (0)
0