diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index caa10e98..3810eb3a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -197,7 +197,11 @@ jobs: path: dist pass: + if: always() needs: [dist, nox, checks, pre-commit] runs-on: ubuntu-latest steps: - - run: echo "All jobs passed" + - name: Decide whether the needed jobs succeeded or failed + uses: re-actors/alls-green@release/v1 + with: + jobs: ${{ toJSON(needs) }}