mirror of
https://github.com/optim-enterprises-bv/coreos.git
synced 2025-11-01 18:37:48 +00:00
chore(ci): add a job to use for check of full success (#94)
This commit is contained in:
13
.github/workflows/build.yml
vendored
13
.github/workflows/build.yml
vendored
@@ -1,11 +1,6 @@
|
||||
name: build-ucore
|
||||
on:
|
||||
pull_request:
|
||||
branches:
|
||||
- main
|
||||
paths-ignore:
|
||||
- '**.md'
|
||||
- '**.txt'
|
||||
merge_group:
|
||||
schedule:
|
||||
- cron: '45 23 * * *' # 11:45PM UTC everyday (approx 1.5 hours after coreos images publish)
|
||||
@@ -521,3 +516,11 @@ jobs:
|
||||
run: |
|
||||
echo "${{ toJSON(steps.push.outputs) }}"
|
||||
|
||||
check:
|
||||
name: Check all builds successful
|
||||
runs-on: ubuntu-latest
|
||||
needs: [build_fcos_zfs, build_main, build_hci]
|
||||
steps:
|
||||
- name: Exit
|
||||
shell: bash
|
||||
run: exit 0
|
||||
|
||||
Reference in New Issue
Block a user