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 ff13940 commit 51fcfc3Copy full SHA for 51fcfc3
.github/workflows/ci.yml
@@ -87,7 +87,7 @@ jobs:
87
# This approach also allows some jobs to be skipped if they are not needed.
88
ci-passed:
89
if: always()
90
- needs: [ test, test-nightly, test-msrv, coverage ]
+ needs: [ test, test-nightly, test-msrv ]
91
runs-on: ubuntu-latest
92
steps:
93
- if: ${{ contains(needs.*.result, 'failure') || contains(needs.*.result, 'cancelled') }}
0 commit comments