[ci dryrun]

This commit is contained in:
TC 2024-04-29 22:15:19 +00:00
parent 4d9787fb86
commit 31347f3ce0

View File

@ -49,17 +49,16 @@ build_cache:
test_build: test_build:
extends: .base extends: .base
stage: test stage: test
only:
- main
- pushes
- merge_requests
script: script:
- *earthly_setup - *earthly_setup
- earthly --use-inline-cache +unit-tests-linux --BASE=container $project_args - earthly --use-inline-cache +unit-tests-linux --BASE=container $project_args
resource_group: test resource_group: test
rules: rules:
- if: $CI_COMMIT_MESSAGE =~ /\[ci dryrun]/ - if: $CI_COMMIT_MESSAGE =~ /\[ci dryrun]/
- when: never when: never
- if: $CI_PIPELINE_SOURCE == "merge_request_event"
- if: $CI_PIPELINE_SOURCE == "push"
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
# Actual release -- triggered by pushing a new version tag # Actual release -- triggered by pushing a new version tag