diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 756c84c5..221e1ad8 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -171,17 +171,19 @@ jobs: ${{matrix.test.variables}} ${{matrix.test.case}}/test.yaml - # Job to key the bors success status against - bors: - name: bors - if: success() + # Job to key success status against + allgreen: + name: allgreen + if: always() needs: - unit-tests - recipe-tests runs-on: ubuntu-latest steps: - - name: Mark the job as a success - run: exit 0 + - name: Decide whether the needed jobs succeeded or failed + uses: re-actors/alls-green@release/v1 + with: + jobs: ${{ toJSON(needs) }} publish-github: name: Publish to GHCR