From: Sebastián Ramírez Date: Thu, 8 Aug 2024 23:16:56 +0000 (-0500) Subject: 👷 Add alls-green for test-redistribute (#1055) X-Git-Tag: 0.0.22~57 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9e2b5a15494eb0d14a00267bfb2ca5057cf1b702;p=thirdparty%2Ffastapi%2Fsqlmodel.git 👷 Add alls-green for test-redistribute (#1055) --- diff --git a/.github/workflows/test-redistribute.yml b/.github/workflows/test-redistribute.yml index dc86da69..45e22bc4 100644 --- a/.github/workflows/test-redistribute.yml +++ b/.github/workflows/test-redistribute.yml @@ -51,3 +51,15 @@ jobs: run: | cd dist pip wheel --no-deps sqlmodel*.tar.gz + + # 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) }}