Skip to content

Commit bf71f24

Browse files
authored
Merge pull request #206 from ticosax/all-greens-integration
Add alls-green action as an attempt to replace branch protection rules
2 parents cb7043d + 213cd9c commit bf71f24

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)