From 20ef147f40d6a40e86ae78ec4345367008517983 Mon Sep 17 00:00:00 2001 From: Ondra Pelech Date: Fri, 26 Apr 2024 01:22:32 +0200 Subject: [PATCH] re-actors/alls-green (#681) --- .github/workflows/ci.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8797d26a..cd98180a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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) }}