Skip to content

Commit

Permalink
re-actors/alls-green
Browse files Browse the repository at this point in the history
  • Loading branch information
sideeffffect committed Apr 25, 2024
1 parent 19accf6 commit d2ada52
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,10 @@ jobs:
run: ./sbt ci

ci:
if: always()
runs-on: ubuntu-22.04
needs: [ ciJvms ]
steps:
- name: Aggregate of lint, and all tests
run: echo "ci passed"
- uses: re-actors/alls-green@release/v1
with:
jobs: ${{ toJSON(needs) }}

0 comments on commit d2ada52

Please sign in to comment.