Skip to content

Commit eb092d6

Browse files
committed
chore(ci): use all-greens for the matrix jobs
1 parent f9c8de2 commit eb092d6

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/workflows/ci.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,3 +103,16 @@ jobs:
103103
with:
104104
run: cargo codspeed run
105105
token: ${{ secrets.CODSPEED_TOKEN }}
106+
107+
check:
108+
runs-on: ubuntu-latest
109+
needs:
110+
- lint
111+
- msrv-check
112+
- tests
113+
- compat-integration-test-instrumentation
114+
- compat-integration-test-walltime
115+
steps:
116+
- uses: re-actors/alls-green@release/v1
117+
with:
118+
jobs: ${{ toJson( needs ) }}

0 commit comments

Comments
 (0)