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 d4333df commit 969cab7
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,17 +27,19 @@ 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) }}

tag-on-merge:
name: Tag On Merge
runs-on: ubuntu-22.04
timeout-minutes: 30
needs: [ci]
needs: [ ci ]
if: github.event_name != 'pull_request'
steps:
- name: Bump version and push tag
Expand Down

0 comments on commit 969cab7

Please sign in to comment.