ci: run containers builds on staging branches

Fixes: 7152f343d6 ("ci: only trigger the CI for release managers when pushing to staging branch")
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/33468>
This commit is contained in:
Eric Engestrom
2025-02-10 12:41:32 +01:00
committed by Marge Bot
parent c6a932d4b3
commit b08f9a2dbd

View File

@@ -256,6 +256,9 @@ include:
# Build everything after someone bypassed the CI # Build everything after someone bypassed the CI
- if: *is-direct-push - if: *is-direct-push
when: on_success when: on_success
# Build everything when pushing to staging branches
- if: *is-staging-push
when: on_success
# Build everything in scheduled pipelines # Build everything in scheduled pipelines
- if: *is-scheduled-pipeline - if: *is-scheduled-pipeline
when: on_success when: on_success