diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 9f89802..f8b4898 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -49,3 +49,13 @@ jobs: DOCKERFILE: ${{ matrix.image.dockerfile }} PYTHON_VERSION: ${{ matrix.image.python_version }} SLEEP_TIME: "5" + check: + if: always() + needs: + - build + 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) }}