We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 091da25 commit 3a1e317Copy full SHA for 3a1e317
.github/workflows/ci.yaml
@@ -50,10 +50,14 @@ jobs:
50
run: gem build --strict --verbose *.gemspec
51
52
tests:
53
+ if: always()
54
needs:
55
- rubocop_and_matrix
56
- test
57
runs-on: ubuntu-24.04
58
name: Test suite
59
steps:
- - run: echo Test suite completed
60
+ - name: Decide whether the needed jobs succeeded or failed
61
+ uses: re-actors/alls-green@release/v1
62
+ with:
63
+ jobs: ${{ toJSON(needs) }}
0 commit comments