mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-27 10:30:08 +01:00
ci: don't run on tag pipelines
It's too late to run all the tests by then, the release has been made based on the staging pipelines results Cc: mesa-stable Reviewed-by: Martin Roukala <None> Reviewed-by: Dylan Baker <None> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/33409>
This commit is contained in:
parent
e4551ac69e
commit
31f0a9be3f
1 changed files with 4 additions and 0 deletions
|
|
@ -30,6 +30,10 @@ workflow:
|
|||
# do not duplicate pipelines on merge pipelines
|
||||
- if: $CI_COMMIT_BRANCH && $CI_OPEN_MERGE_REQUESTS && $CI_PIPELINE_SOURCE == "push"
|
||||
when: never
|
||||
# tag pipelines are disabled as it's too late to run all the tests by
|
||||
# then, the release has been made based on the staging pipelines results
|
||||
- if: $CI_COMMIT_TAG
|
||||
when: never
|
||||
# merge pipeline
|
||||
- if: &is-merge-attempt $GITLAB_USER_LOGIN == "marge-bot" && $CI_PIPELINE_SOURCE == "merge_request_event"
|
||||
variables:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue