mirror of
https://gitlab.com/veilid/veilid.git
synced 2025-08-24 14:20:20 -04:00
Update .gitlab-ci.yml file
This commit is contained in:
parent
bf6d21e1f1
commit
efe0d28cf1
1 changed files with 4 additions and 0 deletions
|
@ -54,6 +54,8 @@ build_cache:
|
||||||
rules:
|
rules:
|
||||||
- if: $CI_COMMIT_MESSAGE =~ /\[ci dryrun]/
|
- if: $CI_COMMIT_MESSAGE =~ /\[ci dryrun]/
|
||||||
when: never
|
when: never
|
||||||
|
- if: $IS_NIGHTLY == "true"
|
||||||
|
when: never
|
||||||
- if: $CI_PIPELINE_SOURCE == "merge_request_event"
|
- if: $CI_PIPELINE_SOURCE == "merge_request_event"
|
||||||
- if: $CI_PIPELINE_SOURCE == "push"
|
- if: $CI_PIPELINE_SOURCE == "push"
|
||||||
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
|
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
|
||||||
|
@ -70,6 +72,8 @@ test_build:
|
||||||
rules:
|
rules:
|
||||||
- if: $CI_COMMIT_MESSAGE =~ /\[ci dryrun]/
|
- if: $CI_COMMIT_MESSAGE =~ /\[ci dryrun]/
|
||||||
when: never
|
when: never
|
||||||
|
- if: $IS_NIGHTLY == "true"
|
||||||
|
when: never
|
||||||
- if: $CI_PIPELINE_SOURCE == "merge_request_event"
|
- if: $CI_PIPELINE_SOURCE == "merge_request_event"
|
||||||
- if: $CI_PIPELINE_SOURCE == "push"
|
- if: $CI_PIPELINE_SOURCE == "push"
|
||||||
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
|
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue