From b0ed596d074c871eea25ee0f2455601de0462193 Mon Sep 17 00:00:00 2001 From: Kai <450507+neko-kai@users.noreply.github.com> Date: Mon, 13 May 2024 20:19:48 +0100 Subject: [PATCH] fix all-good step --- .github/workflows/build.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f9c825b9..ff040236 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -82,4 +82,7 @@ jobs: runs-on: ubuntu-latest needs: [ 'build', 'publish-artifacts' ] steps: - - run: 'echo "No build required"' + - name: Decide whether the needed jobs succeeded or failed + uses: re-actors/alls-green@release/v1 + with: + jobs: ${{ toJSON(needs) }}