Skip to content

Commit

Permalink
feat: add all-builds check job
Browse files Browse the repository at this point in the history
  • Loading branch information
bsherman committed Aug 30, 2023
1 parent f1e9190 commit 1d58504
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -178,3 +178,12 @@ 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

0 comments on commit 1d58504

Please sign in to comment.