Skip to content

Commit 41f03f6

Browse files
pau-hedgehogFrostman
authored andcommitted
ci: add skip vlabs status check
Signed-off-by: Pau Capdevila <[email protected]>
1 parent 9d7209f commit 41f03f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ jobs:
252252
runs-on: ubuntu-latest
253253
needs:
254254
- vlab
255-
if: ${{ always() }}
255+
if: ${{ needs.vlab.result != 'skipped' }}
256256

257257
steps:
258258
- run: |

0 commit comments

Comments
 (0)