@catladder/pipeline 4.2.2 → 4.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/constants.js +1 -1
- package/dist/pipeline/createMainPipeline.js +1 -1
- package/dist/pipeline/gitlab/createGitlabPipeline.js +1 -1
- package/dist/rules/index.d.ts +2 -2
- package/dist/rules/index.js +4 -4
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/examples/__snapshots__/automatic-releases.test.ts.snap +8 -8
- package/examples/__snapshots__/cloud-run-execute-script-on-deploy.test.ts.snap +8 -8
- package/examples/__snapshots__/cloud-run-existing-image.test.ts.snap +3 -3
- package/examples/__snapshots__/cloud-run-health-check-defaults.test.ts.snap +8 -8
- package/examples/__snapshots__/cloud-run-health-check-only-startup.test.ts.snap +8 -8
- package/examples/__snapshots__/cloud-run-health-check.test.ts.snap +8 -8
- package/examples/__snapshots__/cloud-run-http2.test.ts.snap +8 -8
- package/examples/__snapshots__/cloud-run-llama.test.ts.snap +3 -3
- package/examples/__snapshots__/cloud-run-memory-limit.test.ts.snap +8 -8
- package/examples/__snapshots__/cloud-run-meteor-with-worker.test.ts.snap +8 -8
- package/examples/__snapshots__/cloud-run-n8n.test.ts.snap +3 -3
- package/examples/__snapshots__/cloud-run-nextjs.test.ts.snap +8 -8
- package/examples/__snapshots__/cloud-run-no-cpu-throttling.test.ts.snap +8 -8
- package/examples/__snapshots__/cloud-run-no-service.test.ts.snap +8 -8
- package/examples/__snapshots__/cloud-run-non-public.test.ts.snap +8 -8
- package/examples/__snapshots__/cloud-run-post-stop-job.test.ts.snap +8 -8
- package/examples/__snapshots__/cloud-run-service-custom-vpc-connector.test.ts.snap +8 -8
- package/examples/__snapshots__/cloud-run-service-custom-vpc.test.ts.snap +8 -8
- package/examples/__snapshots__/cloud-run-service-gen2.test.ts.snap +8 -8
- package/examples/__snapshots__/cloud-run-service-increase-timout.test.ts.snap +8 -8
- package/examples/__snapshots__/cloud-run-service-with-volumes.test.ts.snap +8 -8
- package/examples/__snapshots__/cloud-run-session-affinity.test.ts.snap +8 -8
- package/examples/__snapshots__/cloud-run-storybook.test.ts.snap +5 -5
- package/examples/__snapshots__/cloud-run-with-agents.test.ts.snap +10 -10
- package/examples/__snapshots__/cloud-run-with-gpu.test.ts.snap +8 -8
- package/examples/__snapshots__/cloud-run-with-ngnix.test.ts.snap +8 -8
- package/examples/__snapshots__/cloud-run-with-sql-legacy-jobs.test.ts.snap +8 -8
- package/examples/__snapshots__/cloud-run-with-sql-multiple-dbs.test.ts.snap +22 -22
- package/examples/__snapshots__/cloud-run-with-sql-reuse-db.test.ts.snap +15 -15
- package/examples/__snapshots__/cloud-run-with-sql.test.ts.snap +8 -8
- package/examples/__snapshots__/cloud-run-with-worker.test.ts.snap +8 -8
- package/examples/__snapshots__/cloud-run-worker-pool.test.ts.snap +8 -8
- package/examples/__snapshots__/custom-build-job-with-tests.test.ts.snap +8 -8
- package/examples/__snapshots__/custom-build-job.test.ts.snap +5 -5
- package/examples/__snapshots__/custom-deploy.test.ts.snap +7 -7
- package/examples/__snapshots__/custom-docker-file.test.ts.snap +8 -8
- package/examples/__snapshots__/custom-envs.test.ts.snap +13 -13
- package/examples/__snapshots__/custom-verify-job.test.ts.snap +9 -9
- package/examples/__snapshots__/git-submodule.test.ts.snap +8 -8
- package/examples/__snapshots__/kubernetes-application-customization.test.ts.snap +9 -9
- package/examples/__snapshots__/kubernetes-with-cloud-sql.test.ts.snap +9 -9
- package/examples/__snapshots__/kubernetes-with-jobs.test.ts.snap +17 -17
- package/examples/__snapshots__/kubernetes-with-mongodb.test.ts.snap +9 -9
- package/examples/__snapshots__/local-dot-env.test.ts.snap +8 -8
- package/examples/__snapshots__/meteor-kubernetes.test.ts.snap +9 -9
- package/examples/__snapshots__/modify-generated-files.test.ts.snap +5 -5
- package/examples/__snapshots__/modify-generated-yaml.test.ts.snap +5 -5
- package/examples/__snapshots__/multiline-var.test.ts.snap +23 -23
- package/examples/__snapshots__/native-app.test.ts.snap +13 -13
- package/examples/__snapshots__/node-build-with-custom-image.test.ts.snap +8 -8
- package/examples/__snapshots__/node-build-with-docker-additions.test.ts.snap +8 -8
- package/examples/__snapshots__/override-secrets.test.ts.snap +8 -8
- package/examples/__snapshots__/rails-k8s-with-worker-dockerfile.test.ts.snap +8 -8
- package/examples/__snapshots__/rails-k8s-with-worker.test.ts.snap +8 -8
- package/examples/__snapshots__/referencing-other-vars.test.ts.snap +23 -23
- package/examples/__snapshots__/wait-for-other-deploy.test.ts.snap +11 -11
- package/examples/__snapshots__/workspace-api-www-turbo-cache.test.ts.snap +11 -11
- package/examples/__snapshots__/workspace-api-www.test.ts.snap +11 -11
- package/package.json +1 -1
- package/src/pipeline/createMainPipeline.ts +2 -2
- package/src/pipeline/gitlab/createGitlabPipeline.ts +2 -2
- package/src/rules/index.ts +8 -4
|
@@ -65,7 +65,7 @@ workflow:
|
|
|
65
65
|
variables:
|
|
66
66
|
PIPELINE_ICON: 🐱📦
|
|
67
67
|
PIPELINE_NAME: Release $CI_COMMIT_TAG
|
|
68
|
-
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/
|
|
68
|
+
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && ($CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/ && $CI_PIPELINE_SOURCE != "push")
|
|
69
69
|
variables:
|
|
70
70
|
PIPELINE_ICON: 🐱🔨
|
|
71
71
|
PIPELINE_NAME: Main - $CI_COMMIT_TITLE
|
|
@@ -119,7 +119,7 @@ before_script:
|
|
|
119
119
|
rules:
|
|
120
120
|
- when: never
|
|
121
121
|
if: $CI_PIPELINE_SOURCE == "trigger"
|
|
122
|
-
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/
|
|
122
|
+
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && ($CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/ && $CI_PIPELINE_SOURCE != "push")
|
|
123
123
|
needs: []
|
|
124
124
|
retry: &a1
|
|
125
125
|
max: 2
|
|
@@ -162,7 +162,7 @@ before_script:
|
|
|
162
162
|
rules:
|
|
163
163
|
- when: never
|
|
164
164
|
if: $CI_PIPELINE_SOURCE == "trigger"
|
|
165
|
-
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/
|
|
165
|
+
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && ($CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/ && $CI_PIPELINE_SOURCE != "push")
|
|
166
166
|
needs: []
|
|
167
167
|
retry: *a1
|
|
168
168
|
interruptible: true
|
|
@@ -201,7 +201,7 @@ before_script:
|
|
|
201
201
|
rules:
|
|
202
202
|
- when: never
|
|
203
203
|
if: $CI_PIPELINE_SOURCE == "trigger"
|
|
204
|
-
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/
|
|
204
|
+
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && ($CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/ && $CI_PIPELINE_SOURCE != "push")
|
|
205
205
|
needs: []
|
|
206
206
|
retry: *a1
|
|
207
207
|
interruptible: true
|
|
@@ -287,7 +287,7 @@ before_script:
|
|
|
287
287
|
rules:
|
|
288
288
|
- when: never
|
|
289
289
|
if: $CI_PIPELINE_SOURCE == "trigger"
|
|
290
|
-
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/
|
|
290
|
+
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && ($CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/ && $CI_PIPELINE_SOURCE != "push")
|
|
291
291
|
needs: []
|
|
292
292
|
retry: *a1
|
|
293
293
|
interruptible: true
|
|
@@ -348,7 +348,7 @@ before_script:
|
|
|
348
348
|
rules:
|
|
349
349
|
- when: never
|
|
350
350
|
if: $CI_PIPELINE_SOURCE == "trigger"
|
|
351
|
-
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/
|
|
351
|
+
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && ($CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/ && $CI_PIPELINE_SOURCE != "push")
|
|
352
352
|
needs:
|
|
353
353
|
- 'api 🔨 app | dev '
|
|
354
354
|
retry: *a1
|
|
@@ -459,7 +459,7 @@ before_script:
|
|
|
459
459
|
- when: never
|
|
460
460
|
if: $CI_PIPELINE_SOURCE == "trigger"
|
|
461
461
|
- when: on_success
|
|
462
|
-
if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/
|
|
462
|
+
if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && ($CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/ && $CI_PIPELINE_SOURCE != "push")
|
|
463
463
|
needs:
|
|
464
464
|
- job: 'api 👮 lint | dev '
|
|
465
465
|
artifacts: false
|
|
@@ -501,7 +501,7 @@ before_script:
|
|
|
501
501
|
- when: never
|
|
502
502
|
if: $CI_PIPELINE_SOURCE == "trigger"
|
|
503
503
|
- when: manual
|
|
504
|
-
if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/
|
|
504
|
+
if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && ($CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/ && $CI_PIPELINE_SOURCE != "push")
|
|
505
505
|
needs: []
|
|
506
506
|
retry: *a1
|
|
507
507
|
interruptible: true
|
|
@@ -65,7 +65,7 @@ workflow:
|
|
|
65
65
|
variables:
|
|
66
66
|
PIPELINE_ICON: 🐱📦
|
|
67
67
|
PIPELINE_NAME: Release $CI_COMMIT_TAG
|
|
68
|
-
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/
|
|
68
|
+
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && ($CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/ && $CI_PIPELINE_SOURCE != "push")
|
|
69
69
|
variables:
|
|
70
70
|
PIPELINE_ICON: 🐱🔨
|
|
71
71
|
PIPELINE_NAME: Main - $CI_COMMIT_TITLE
|
|
@@ -119,7 +119,7 @@ before_script:
|
|
|
119
119
|
rules:
|
|
120
120
|
- when: never
|
|
121
121
|
if: $CI_PIPELINE_SOURCE == "trigger"
|
|
122
|
-
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/
|
|
122
|
+
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && ($CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/ && $CI_PIPELINE_SOURCE != "push")
|
|
123
123
|
needs: []
|
|
124
124
|
retry: &a1
|
|
125
125
|
max: 2
|
|
@@ -162,7 +162,7 @@ before_script:
|
|
|
162
162
|
rules:
|
|
163
163
|
- when: never
|
|
164
164
|
if: $CI_PIPELINE_SOURCE == "trigger"
|
|
165
|
-
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/
|
|
165
|
+
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && ($CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/ && $CI_PIPELINE_SOURCE != "push")
|
|
166
166
|
needs: []
|
|
167
167
|
retry: *a1
|
|
168
168
|
interruptible: true
|
|
@@ -201,7 +201,7 @@ before_script:
|
|
|
201
201
|
rules:
|
|
202
202
|
- when: never
|
|
203
203
|
if: $CI_PIPELINE_SOURCE == "trigger"
|
|
204
|
-
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/
|
|
204
|
+
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && ($CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/ && $CI_PIPELINE_SOURCE != "push")
|
|
205
205
|
needs: []
|
|
206
206
|
retry: *a1
|
|
207
207
|
interruptible: true
|
|
@@ -285,7 +285,7 @@ before_script:
|
|
|
285
285
|
rules:
|
|
286
286
|
- when: never
|
|
287
287
|
if: $CI_PIPELINE_SOURCE == "trigger"
|
|
288
|
-
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/
|
|
288
|
+
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && ($CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/ && $CI_PIPELINE_SOURCE != "push")
|
|
289
289
|
needs: []
|
|
290
290
|
retry: *a1
|
|
291
291
|
interruptible: true
|
|
@@ -346,7 +346,7 @@ before_script:
|
|
|
346
346
|
rules:
|
|
347
347
|
- when: never
|
|
348
348
|
if: $CI_PIPELINE_SOURCE == "trigger"
|
|
349
|
-
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/
|
|
349
|
+
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && ($CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/ && $CI_PIPELINE_SOURCE != "push")
|
|
350
350
|
needs:
|
|
351
351
|
- 'api 🔨 app | dev '
|
|
352
352
|
retry: *a1
|
|
@@ -443,7 +443,7 @@ before_script:
|
|
|
443
443
|
- when: never
|
|
444
444
|
if: $CI_PIPELINE_SOURCE == "trigger"
|
|
445
445
|
- when: on_success
|
|
446
|
-
if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/
|
|
446
|
+
if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && ($CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/ && $CI_PIPELINE_SOURCE != "push")
|
|
447
447
|
needs:
|
|
448
448
|
- job: 'api 👮 lint | dev '
|
|
449
449
|
artifacts: false
|
|
@@ -483,7 +483,7 @@ before_script:
|
|
|
483
483
|
- when: never
|
|
484
484
|
if: $CI_PIPELINE_SOURCE == "trigger"
|
|
485
485
|
- when: manual
|
|
486
|
-
if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/
|
|
486
|
+
if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && ($CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/ && $CI_PIPELINE_SOURCE != "push")
|
|
487
487
|
needs: []
|
|
488
488
|
retry: *a1
|
|
489
489
|
interruptible: true
|
|
@@ -65,7 +65,7 @@ workflow:
|
|
|
65
65
|
variables:
|
|
66
66
|
PIPELINE_ICON: 🐱📦
|
|
67
67
|
PIPELINE_NAME: Release $CI_COMMIT_TAG
|
|
68
|
-
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/
|
|
68
|
+
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && ($CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/ && $CI_PIPELINE_SOURCE != "push")
|
|
69
69
|
variables:
|
|
70
70
|
PIPELINE_ICON: 🐱🔨
|
|
71
71
|
PIPELINE_NAME: Main - $CI_COMMIT_TITLE
|
|
@@ -183,7 +183,7 @@ before_script:
|
|
|
183
183
|
rules:
|
|
184
184
|
- when: never
|
|
185
185
|
if: $CI_PIPELINE_SOURCE == "trigger"
|
|
186
|
-
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/
|
|
186
|
+
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && ($CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/ && $CI_PIPELINE_SOURCE != "push")
|
|
187
187
|
needs: []
|
|
188
188
|
retry: &a1
|
|
189
189
|
max: 2
|
|
@@ -245,7 +245,7 @@ before_script:
|
|
|
245
245
|
rules:
|
|
246
246
|
- when: never
|
|
247
247
|
if: $CI_PIPELINE_SOURCE == "trigger"
|
|
248
|
-
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/
|
|
248
|
+
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && ($CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/ && $CI_PIPELINE_SOURCE != "push")
|
|
249
249
|
needs:
|
|
250
250
|
- 'api 🔨 app | dev '
|
|
251
251
|
retry: *a1
|
|
@@ -342,7 +342,7 @@ before_script:
|
|
|
342
342
|
- when: never
|
|
343
343
|
if: $CI_PIPELINE_SOURCE == "trigger"
|
|
344
344
|
- when: on_success
|
|
345
|
-
if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/
|
|
345
|
+
if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && ($CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/ && $CI_PIPELINE_SOURCE != "push")
|
|
346
346
|
needs:
|
|
347
347
|
- job: 'api 🔨 app | dev '
|
|
348
348
|
artifacts: false
|
|
@@ -376,7 +376,7 @@ before_script:
|
|
|
376
376
|
- when: never
|
|
377
377
|
if: $CI_PIPELINE_SOURCE == "trigger"
|
|
378
378
|
- when: manual
|
|
379
|
-
if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/
|
|
379
|
+
if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && ($CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/ && $CI_PIPELINE_SOURCE != "push")
|
|
380
380
|
needs: []
|
|
381
381
|
retry: *a1
|
|
382
382
|
interruptible: true
|
|
@@ -65,7 +65,7 @@ workflow:
|
|
|
65
65
|
variables:
|
|
66
66
|
PIPELINE_ICON: 🐱📦
|
|
67
67
|
PIPELINE_NAME: Release $CI_COMMIT_TAG
|
|
68
|
-
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/
|
|
68
|
+
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && ($CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/ && $CI_PIPELINE_SOURCE != "push")
|
|
69
69
|
variables:
|
|
70
70
|
PIPELINE_ICON: 🐱🔨
|
|
71
71
|
PIPELINE_NAME: Main - $CI_COMMIT_TITLE
|
|
@@ -119,7 +119,7 @@ before_script:
|
|
|
119
119
|
rules:
|
|
120
120
|
- when: never
|
|
121
121
|
if: $CI_PIPELINE_SOURCE == "trigger"
|
|
122
|
-
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/
|
|
122
|
+
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && ($CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/ && $CI_PIPELINE_SOURCE != "push")
|
|
123
123
|
needs: []
|
|
124
124
|
retry: &a1
|
|
125
125
|
max: 2
|
|
@@ -162,7 +162,7 @@ before_script:
|
|
|
162
162
|
rules:
|
|
163
163
|
- when: never
|
|
164
164
|
if: $CI_PIPELINE_SOURCE == "trigger"
|
|
165
|
-
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/
|
|
165
|
+
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && ($CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/ && $CI_PIPELINE_SOURCE != "push")
|
|
166
166
|
needs: []
|
|
167
167
|
retry: *a1
|
|
168
168
|
interruptible: true
|
|
@@ -201,7 +201,7 @@ before_script:
|
|
|
201
201
|
rules:
|
|
202
202
|
- when: never
|
|
203
203
|
if: $CI_PIPELINE_SOURCE == "trigger"
|
|
204
|
-
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/
|
|
204
|
+
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && ($CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/ && $CI_PIPELINE_SOURCE != "push")
|
|
205
205
|
needs: []
|
|
206
206
|
retry: *a1
|
|
207
207
|
interruptible: true
|
|
@@ -289,7 +289,7 @@ before_script:
|
|
|
289
289
|
rules:
|
|
290
290
|
- when: never
|
|
291
291
|
if: $CI_PIPELINE_SOURCE == "trigger"
|
|
292
|
-
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/
|
|
292
|
+
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && ($CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/ && $CI_PIPELINE_SOURCE != "push")
|
|
293
293
|
needs: []
|
|
294
294
|
retry: *a1
|
|
295
295
|
interruptible: true
|
|
@@ -350,7 +350,7 @@ before_script:
|
|
|
350
350
|
rules:
|
|
351
351
|
- when: never
|
|
352
352
|
if: $CI_PIPELINE_SOURCE == "trigger"
|
|
353
|
-
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/
|
|
353
|
+
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && ($CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/ && $CI_PIPELINE_SOURCE != "push")
|
|
354
354
|
needs:
|
|
355
355
|
- 'www 🔨 app | dev '
|
|
356
356
|
retry: *a1
|
|
@@ -447,7 +447,7 @@ before_script:
|
|
|
447
447
|
- when: never
|
|
448
448
|
if: $CI_PIPELINE_SOURCE == "trigger"
|
|
449
449
|
- when: on_success
|
|
450
|
-
if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/
|
|
450
|
+
if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && ($CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/ && $CI_PIPELINE_SOURCE != "push")
|
|
451
451
|
needs:
|
|
452
452
|
- job: 'www 👮 lint | dev '
|
|
453
453
|
artifacts: false
|
|
@@ -487,7 +487,7 @@ before_script:
|
|
|
487
487
|
- when: never
|
|
488
488
|
if: $CI_PIPELINE_SOURCE == "trigger"
|
|
489
489
|
- when: manual
|
|
490
|
-
if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/
|
|
490
|
+
if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && ($CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/ && $CI_PIPELINE_SOURCE != "push")
|
|
491
491
|
needs: []
|
|
492
492
|
retry: *a1
|
|
493
493
|
interruptible: true
|
|
@@ -1481,7 +1481,7 @@ claude claude-agent-event:
|
|
|
1481
1481
|
- when: never
|
|
1482
1482
|
- when: never
|
|
1483
1483
|
if: $CI_PIPELINE_SOURCE == "trigger"
|
|
1484
|
-
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/
|
|
1484
|
+
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && ($CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/ && $CI_PIPELINE_SOURCE != "push")
|
|
1485
1485
|
- if: $CI_PIPELINE_SOURCE == "trigger" && ($ASSIGNEE_USER_ID == $DEFAULT_AGENT_USER_ID || $OBJECT_DESCRIPTION =~ /@agent.claude/)
|
|
1486
1486
|
when: always
|
|
1487
1487
|
- when: never
|
|
@@ -1517,7 +1517,7 @@ claude claude-agent-review:
|
|
|
1517
1517
|
- when: never
|
|
1518
1518
|
- when: never
|
|
1519
1519
|
if: $CI_PIPELINE_SOURCE == "trigger"
|
|
1520
|
-
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/
|
|
1520
|
+
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && ($CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/ && $CI_PIPELINE_SOURCE != "push")
|
|
1521
1521
|
- if: $CI_MERGE_REQUEST_ID && $GITLAB_USER_LOGIN == "agent.claude"
|
|
1522
1522
|
when: always
|
|
1523
1523
|
- if: $CI_MERGE_REQUEST_ID
|
|
@@ -65,7 +65,7 @@ workflow:
|
|
|
65
65
|
variables:
|
|
66
66
|
PIPELINE_ICON: 🐱📦
|
|
67
67
|
PIPELINE_NAME: Release $CI_COMMIT_TAG
|
|
68
|
-
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/
|
|
68
|
+
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && ($CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/ && $CI_PIPELINE_SOURCE != "push")
|
|
69
69
|
variables:
|
|
70
70
|
PIPELINE_ICON: 🐱🔨
|
|
71
71
|
PIPELINE_NAME: Main - $CI_COMMIT_TITLE
|
|
@@ -119,7 +119,7 @@ before_script:
|
|
|
119
119
|
rules:
|
|
120
120
|
- when: never
|
|
121
121
|
if: $CI_PIPELINE_SOURCE == "trigger"
|
|
122
|
-
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/
|
|
122
|
+
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && ($CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/ && $CI_PIPELINE_SOURCE != "push")
|
|
123
123
|
needs: []
|
|
124
124
|
retry: &a1
|
|
125
125
|
max: 2
|
|
@@ -162,7 +162,7 @@ before_script:
|
|
|
162
162
|
rules:
|
|
163
163
|
- when: never
|
|
164
164
|
if: $CI_PIPELINE_SOURCE == "trigger"
|
|
165
|
-
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/
|
|
165
|
+
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && ($CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/ && $CI_PIPELINE_SOURCE != "push")
|
|
166
166
|
needs: []
|
|
167
167
|
retry: *a1
|
|
168
168
|
interruptible: true
|
|
@@ -201,7 +201,7 @@ before_script:
|
|
|
201
201
|
rules:
|
|
202
202
|
- when: never
|
|
203
203
|
if: $CI_PIPELINE_SOURCE == "trigger"
|
|
204
|
-
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/
|
|
204
|
+
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && ($CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/ && $CI_PIPELINE_SOURCE != "push")
|
|
205
205
|
needs: []
|
|
206
206
|
retry: *a1
|
|
207
207
|
interruptible: true
|
|
@@ -285,7 +285,7 @@ before_script:
|
|
|
285
285
|
rules:
|
|
286
286
|
- when: never
|
|
287
287
|
if: $CI_PIPELINE_SOURCE == "trigger"
|
|
288
|
-
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/
|
|
288
|
+
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && ($CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/ && $CI_PIPELINE_SOURCE != "push")
|
|
289
289
|
needs: []
|
|
290
290
|
retry: *a1
|
|
291
291
|
interruptible: true
|
|
@@ -346,7 +346,7 @@ before_script:
|
|
|
346
346
|
rules:
|
|
347
347
|
- when: never
|
|
348
348
|
if: $CI_PIPELINE_SOURCE == "trigger"
|
|
349
|
-
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/
|
|
349
|
+
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && ($CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/ && $CI_PIPELINE_SOURCE != "push")
|
|
350
350
|
needs:
|
|
351
351
|
- 'api 🔨 app | dev '
|
|
352
352
|
retry: *a1
|
|
@@ -443,7 +443,7 @@ before_script:
|
|
|
443
443
|
- when: never
|
|
444
444
|
if: $CI_PIPELINE_SOURCE == "trigger"
|
|
445
445
|
- when: on_success
|
|
446
|
-
if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/
|
|
446
|
+
if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && ($CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/ && $CI_PIPELINE_SOURCE != "push")
|
|
447
447
|
needs:
|
|
448
448
|
- job: 'api 👮 lint | dev '
|
|
449
449
|
artifacts: false
|
|
@@ -483,7 +483,7 @@ before_script:
|
|
|
483
483
|
- when: never
|
|
484
484
|
if: $CI_PIPELINE_SOURCE == "trigger"
|
|
485
485
|
- when: manual
|
|
486
|
-
if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/
|
|
486
|
+
if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && ($CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/ && $CI_PIPELINE_SOURCE != "push")
|
|
487
487
|
needs: []
|
|
488
488
|
retry: *a1
|
|
489
489
|
interruptible: true
|
|
@@ -65,7 +65,7 @@ workflow:
|
|
|
65
65
|
variables:
|
|
66
66
|
PIPELINE_ICON: 🐱📦
|
|
67
67
|
PIPELINE_NAME: Release $CI_COMMIT_TAG
|
|
68
|
-
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/
|
|
68
|
+
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && ($CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/ && $CI_PIPELINE_SOURCE != "push")
|
|
69
69
|
variables:
|
|
70
70
|
PIPELINE_ICON: 🐱🔨
|
|
71
71
|
PIPELINE_NAME: Main - $CI_COMMIT_TITLE
|
|
@@ -119,7 +119,7 @@ before_script:
|
|
|
119
119
|
rules:
|
|
120
120
|
- when: never
|
|
121
121
|
if: $CI_PIPELINE_SOURCE == "trigger"
|
|
122
|
-
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/
|
|
122
|
+
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && ($CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/ && $CI_PIPELINE_SOURCE != "push")
|
|
123
123
|
needs: []
|
|
124
124
|
retry: &a1
|
|
125
125
|
max: 2
|
|
@@ -162,7 +162,7 @@ before_script:
|
|
|
162
162
|
rules:
|
|
163
163
|
- when: never
|
|
164
164
|
if: $CI_PIPELINE_SOURCE == "trigger"
|
|
165
|
-
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/
|
|
165
|
+
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && ($CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/ && $CI_PIPELINE_SOURCE != "push")
|
|
166
166
|
needs: []
|
|
167
167
|
retry: *a1
|
|
168
168
|
interruptible: true
|
|
@@ -201,7 +201,7 @@ before_script:
|
|
|
201
201
|
rules:
|
|
202
202
|
- when: never
|
|
203
203
|
if: $CI_PIPELINE_SOURCE == "trigger"
|
|
204
|
-
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/
|
|
204
|
+
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && ($CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/ && $CI_PIPELINE_SOURCE != "push")
|
|
205
205
|
needs: []
|
|
206
206
|
retry: *a1
|
|
207
207
|
interruptible: true
|
|
@@ -285,7 +285,7 @@ before_script:
|
|
|
285
285
|
rules:
|
|
286
286
|
- when: never
|
|
287
287
|
if: $CI_PIPELINE_SOURCE == "trigger"
|
|
288
|
-
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/
|
|
288
|
+
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && ($CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/ && $CI_PIPELINE_SOURCE != "push")
|
|
289
289
|
needs: []
|
|
290
290
|
retry: *a1
|
|
291
291
|
interruptible: true
|
|
@@ -346,7 +346,7 @@ before_script:
|
|
|
346
346
|
rules:
|
|
347
347
|
- when: never
|
|
348
348
|
if: $CI_PIPELINE_SOURCE == "trigger"
|
|
349
|
-
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/
|
|
349
|
+
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && ($CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/ && $CI_PIPELINE_SOURCE != "push")
|
|
350
350
|
needs:
|
|
351
351
|
- 'api 🔨 app | dev '
|
|
352
352
|
retry: *a1
|
|
@@ -443,7 +443,7 @@ before_script:
|
|
|
443
443
|
- when: never
|
|
444
444
|
if: $CI_PIPELINE_SOURCE == "trigger"
|
|
445
445
|
- when: on_success
|
|
446
|
-
if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/
|
|
446
|
+
if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && ($CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/ && $CI_PIPELINE_SOURCE != "push")
|
|
447
447
|
needs:
|
|
448
448
|
- job: 'api 👮 lint | dev '
|
|
449
449
|
artifacts: false
|
|
@@ -483,7 +483,7 @@ before_script:
|
|
|
483
483
|
- when: never
|
|
484
484
|
if: $CI_PIPELINE_SOURCE == "trigger"
|
|
485
485
|
- when: manual
|
|
486
|
-
if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/
|
|
486
|
+
if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && ($CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/ && $CI_PIPELINE_SOURCE != "push")
|
|
487
487
|
needs: []
|
|
488
488
|
retry: *a1
|
|
489
489
|
interruptible: true
|
|
@@ -65,7 +65,7 @@ workflow:
|
|
|
65
65
|
variables:
|
|
66
66
|
PIPELINE_ICON: 🐱📦
|
|
67
67
|
PIPELINE_NAME: Release $CI_COMMIT_TAG
|
|
68
|
-
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/
|
|
68
|
+
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && ($CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/ && $CI_PIPELINE_SOURCE != "push")
|
|
69
69
|
variables:
|
|
70
70
|
PIPELINE_ICON: 🐱🔨
|
|
71
71
|
PIPELINE_NAME: Main - $CI_COMMIT_TITLE
|
|
@@ -119,7 +119,7 @@ before_script:
|
|
|
119
119
|
rules:
|
|
120
120
|
- when: never
|
|
121
121
|
if: $CI_PIPELINE_SOURCE == "trigger"
|
|
122
|
-
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/
|
|
122
|
+
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && ($CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/ && $CI_PIPELINE_SOURCE != "push")
|
|
123
123
|
needs: []
|
|
124
124
|
retry: &a1
|
|
125
125
|
max: 2
|
|
@@ -162,7 +162,7 @@ before_script:
|
|
|
162
162
|
rules:
|
|
163
163
|
- when: never
|
|
164
164
|
if: $CI_PIPELINE_SOURCE == "trigger"
|
|
165
|
-
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/
|
|
165
|
+
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && ($CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/ && $CI_PIPELINE_SOURCE != "push")
|
|
166
166
|
needs: []
|
|
167
167
|
retry: *a1
|
|
168
168
|
interruptible: true
|
|
@@ -201,7 +201,7 @@ before_script:
|
|
|
201
201
|
rules:
|
|
202
202
|
- when: never
|
|
203
203
|
if: $CI_PIPELINE_SOURCE == "trigger"
|
|
204
|
-
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/
|
|
204
|
+
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && ($CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/ && $CI_PIPELINE_SOURCE != "push")
|
|
205
205
|
needs: []
|
|
206
206
|
retry: *a1
|
|
207
207
|
interruptible: true
|
|
@@ -301,7 +301,7 @@ before_script:
|
|
|
301
301
|
rules:
|
|
302
302
|
- when: never
|
|
303
303
|
if: $CI_PIPELINE_SOURCE == "trigger"
|
|
304
|
-
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/
|
|
304
|
+
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && ($CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/ && $CI_PIPELINE_SOURCE != "push")
|
|
305
305
|
needs: []
|
|
306
306
|
retry: *a1
|
|
307
307
|
interruptible: true
|
|
@@ -362,7 +362,7 @@ before_script:
|
|
|
362
362
|
rules:
|
|
363
363
|
- when: never
|
|
364
364
|
if: $CI_PIPELINE_SOURCE == "trigger"
|
|
365
|
-
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/
|
|
365
|
+
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && ($CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/ && $CI_PIPELINE_SOURCE != "push")
|
|
366
366
|
needs:
|
|
367
367
|
- 'api 🔨 app | dev '
|
|
368
368
|
retry: *a1
|
|
@@ -516,7 +516,7 @@ before_script:
|
|
|
516
516
|
- when: never
|
|
517
517
|
if: $CI_PIPELINE_SOURCE == "trigger"
|
|
518
518
|
- when: on_success
|
|
519
|
-
if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/
|
|
519
|
+
if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && ($CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/ && $CI_PIPELINE_SOURCE != "push")
|
|
520
520
|
needs:
|
|
521
521
|
- job: 'api 👮 lint | dev '
|
|
522
522
|
artifacts: false
|
|
@@ -561,7 +561,7 @@ before_script:
|
|
|
561
561
|
- when: never
|
|
562
562
|
if: $CI_PIPELINE_SOURCE == "trigger"
|
|
563
563
|
- when: manual
|
|
564
|
-
if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/
|
|
564
|
+
if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && ($CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/ && $CI_PIPELINE_SOURCE != "push")
|
|
565
565
|
needs: []
|
|
566
566
|
retry: *a1
|
|
567
567
|
interruptible: true
|