Skip to content

Commit

Permalink
trying to fix test
Browse files Browse the repository at this point in the history
Signed-off-by: Nick Papior <[email protected]>
  • Loading branch information
zerothi committed Nov 6, 2023
1 parent 525cef3 commit 256774d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,9 @@ jobs:
test_runs:
needs: [lint, runnable]
if: |
always() &&
contains(needs.lint.result, 'success') &&
(contains(needs.runnable.result, 'success') || contains(needs.runnable.result, 'skipped'))
&& contains(needs.lint.result, 'success')
runs-on: ${{ matrix.os }}
strategy:
matrix:
Expand Down

0 comments on commit 256774d

Please sign in to comment.