We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 689eea4 commit 3b00555Copy full SHA for 3b00555
.github/workflows/test.yml
@@ -73,8 +73,10 @@ jobs:
73
required_check:
74
runs-on: ubuntu-latest
75
needs:
76
+ - prevent-duplicate-checks
77
- test_matrix
- if: always()
78
+
79
+ if: ${{ !cancelled() && needs.prevent-duplicate-checks.outputs.should-run == 'true' }}
80
steps:
81
- name: All required jobs and matrix versions passed
82
if: ${{ !(contains(needs.*.result, 'failure')) }}
0 commit comments