We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9c8de2 commit 1b8f549Copy full SHA for 1b8f549
1 file changed
.github/workflows/ci.yml
@@ -103,3 +103,17 @@ jobs:
103
with:
104
run: cargo codspeed run
105
token: ${{ secrets.CODSPEED_TOKEN }}
106
+
107
+ check:
108
+ runs-on: ubuntu-latest
109
+ if: always()
110
+ needs:
111
+ - lint
112
+ - msrv-check
113
+ - tests
114
+ - compat-integration-test-instrumentation
115
+ - compat-integration-test-walltime
116
+ steps:
117
+ - uses: re-actors/alls-green@release/v1
118
+ with:
119
+ jobs: ${{ toJson( needs ) }}
0 commit comments