Skip to content

Commit

Permalink
chore(ci): add a general check (ublue-os#512)
Browse files Browse the repository at this point in the history
  • Loading branch information
castrojo authored Sep 23, 2023
1 parent 97a06de commit 206d2be
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 @@ -175,3 +175,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 206d2be

Please sign in to comment.