From 421f119418b5a274b2314ed9825d3251aefa309c Mon Sep 17 00:00:00 2001 From: "Jorge O. Castro" Date: Sat, 21 Oct 2023 09:42:39 -0400 Subject: [PATCH] chore(ci): add one overarching check --- .github/workflows/build.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 15b25da..49cc48f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -174,4 +174,13 @@ jobs: if: github.event_name != 'pull_request' run: | echo "${{ toJSON(steps.push.outputs) }}" + + check: + name: Check all builds successful + runs-on: ubuntu-latest + needs: [push-ghcr] + steps: + - name: Exit + shell: bash + run: exit 0