Skip to content

Commit

Permalink
ci: fix renovate skipping checks (#796)
Browse files Browse the repository at this point in the history
  • Loading branch information
sheerlox authored Nov 23, 2023
1 parent 689eea4 commit 3b00555
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,10 @@ jobs:
required_check:
runs-on: ubuntu-latest
needs:
- prevent-duplicate-checks
- test_matrix
if: always()

if: ${{ !cancelled() && needs.prevent-duplicate-checks.outputs.should-run == 'true' }}
steps:
- name: All required jobs and matrix versions passed
if: ${{ !(contains(needs.*.result, 'failure')) }}
Expand Down

0 comments on commit 3b00555

Please sign in to comment.