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

Commit

Permalink
Merge pull request #7 from ublue-os/castrojo-patch-2
Browse files Browse the repository at this point in the history
chore(ci): add one common check
  • Loading branch information
castrojo authored Sep 23, 2023
2 parents 7ae22b5 + 3729673 commit 1f86872
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -182,3 +182,11 @@ 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 1f86872

Please sign in to comment.