Skip to content

Commit 82be697

Browse files
committed
ci: simplify pr check succeeds with re-actors/all-greens
1 parent 775e98f commit 82be697

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

Diff for: .github/workflows/pr.yml

+10
Original file line numberDiff line numberDiff line change
@@ -37,3 +37,13 @@ jobs:
3737
run: hatch -e ${{ matrix.hatch-env-name }} run test-cov
3838
- name: Coverage report
3939
run: hatch run cov-report
40+
41+
check:
42+
name: check all unit tests pass
43+
runs-on: ubuntu-latest
44+
needs: test
45+
steps:
46+
- name: Decide whether the needed jobs succeeded or failed
47+
uses: re-actors/alls-green@release/v1
48+
with:
49+
jobs: ${{ toJSON(needs) }}

0 commit comments

Comments
 (0)