Skip to content

Commit aaa91b4

Browse files
authored
Merge branch 'master' into pre-commit-ci-update-config
2 parents 447bad4 + bf71f24 commit aaa91b4

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/test_suite.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,13 @@ jobs:
2828
- run: tox
2929

3030
- run: codecov
31+
check:
32+
runs-on: ubuntu-latest
33+
if: always()
34+
needs:
35+
- tox
36+
steps:
37+
- name: Decide whether the needed jobs succeeded or failed
38+
uses: re-actors/alls-green@release/v1
39+
with:
40+
jobs: ${{ toJSON(needs) }}

0 commit comments

Comments
 (0)