Skip to content

Commit f352882

Browse files
authored
fix(ci): use all-green ci check (#608)
* fix(ci): use all-green ci check * fix(ci): use all-green ci check
1 parent 49240fa commit f352882

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/github-ci.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -283,10 +283,13 @@ jobs:
283283
with:
284284
name: e2e-logs
285285
path: e2e/adapter/logs/*.log
286+
286287
all_passed:
287288
runs-on: ubuntu-latest
289+
if: always()
288290
needs:
289291
[adapter, feature_set, format, udeps, msrv, examples, rust-clippy-analyze]
290292
steps:
291-
- name: All passed
292-
run: echo "All tests passed"
293+
- uses: re-actors/alls-green@release/v1
294+
with:
295+
jobs: ${{ toJSON(needs) }}

0 commit comments

Comments
 (0)