!toto
This commit is contained in:
parent
c00f8ac429
commit
5e82f71f84
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@ matrix:
|
||||||
when:
|
when:
|
||||||
evaluate: |
|
evaluate: |
|
||||||
CI_PIPELINE_EVENT in ["push", "cron", "deployment", "manual"]
|
CI_PIPELINE_EVENT in ["push", "cron", "deployment", "manual"]
|
||||||
and ((CI_COMMIT_BRANCH == CI_REPO_DEFAULT_BRANCH) == ("${TYPE}" == "prod"))
|
and ((CI_COMMIT_BRANCH != CI_REPO_DEFAULT_BRANCH) == ("${TYPE}" == "prod"))
|
||||||
|
|
||||||
pipeline:
|
pipeline:
|
||||||
- name: check
|
- name: check
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue