From: Sebastián Ramírez Date: Thu, 8 Aug 2024 23:34:25 +0000 (-0500) Subject: 👷 Add alls-green for test-redistribute (#11974) X-Git-Tag: 0.112.1~50 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=51563564c6cbe50472d07b324f8304dcd59ad67c;p=thirdparty%2Ffastapi%2Ffastapi.git 👷 Add alls-green for test-redistribute (#11974) --- diff --git a/.github/workflows/test-redistribute.yml b/.github/workflows/test-redistribute.yml index 0cc5f866e8..693f0c6032 100644 --- a/.github/workflows/test-redistribute.yml +++ b/.github/workflows/test-redistribute.yml @@ -55,3 +55,15 @@ jobs: env: GITHUB_CONTEXT: ${{ toJson(github) }} run: echo "$GITHUB_CONTEXT" + + # https://github.com/marketplace/actions/alls-green#why + test-redistribute-alls-green: # This job does nothing and is only used for the branch protection + if: always() + needs: + - test-redistribute + runs-on: ubuntu-latest + steps: + - name: Decide whether the needed jobs succeeded or failed + uses: re-actors/alls-green@release/v1 + with: + jobs: ${{ toJSON(needs) }}