Skip to content
This repository has been archived by the owner on Mar 24, 2024. It is now read-only.

Commit

Permalink
Merge pull request #41 from ublue-os/castrojo-patch-2
Browse files Browse the repository at this point in the history
chore(ci): add one overarching check
  • Loading branch information
castrojo authored Oct 21, 2023
2 parents 19b3fd0 + 421f119 commit 448be8d
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 @@ -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

0 comments on commit 448be8d

Please sign in to comment.