Fixed canary build triggering
- this previously wouldn't trigger if any of the `needs` are skipped - this switches to waiting for the actual job which checks if all required jobs were completed successfully
This commit is contained in:
parent
ca3fe7d9db
commit
b6131f0631
7
.github/workflows/ci.yml
vendored
7
.github/workflows/ci.yml
vendored
@ -724,12 +724,7 @@ jobs:
|
||||
needs:
|
||||
[
|
||||
job_get_metadata,
|
||||
job_lint,
|
||||
job_ghost-cli,
|
||||
job_admin-tests,
|
||||
job_unit-tests,
|
||||
job_database-tests,
|
||||
job_regression-tests
|
||||
job_required_tests
|
||||
]
|
||||
if: needs.job_get_metadata.outputs.is_canary_branch == 'true'
|
||||
name: Canary
|
||||
|
Loading…
Reference in New Issue
Block a user