@catladder/pipeline 4.5.1 → 4.6.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/rules/index.d.ts +1 -0
- package/dist/rules/index.js +5 -2
- 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/rules/index.ts +9 -1
|
@@ -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
|
- 'api 🔨 app | dev '
|
|
356
356
|
retry: *a1
|
|
@@ -464,7 +464,7 @@ before_script:
|
|
|
464
464
|
- when: never
|
|
465
465
|
if: $CI_PIPELINE_SOURCE == "trigger"
|
|
466
466
|
- when: on_success
|
|
467
|
-
if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/
|
|
467
|
+
if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && ($CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/ || $CI_PIPELINE_SOURCE != "push")
|
|
468
468
|
needs:
|
|
469
469
|
- job: 'api 👮 lint | dev '
|
|
470
470
|
artifacts: false
|
|
@@ -506,7 +506,7 @@ before_script:
|
|
|
506
506
|
- when: never
|
|
507
507
|
if: $CI_PIPELINE_SOURCE == "trigger"
|
|
508
508
|
- when: manual
|
|
509
|
-
if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/
|
|
509
|
+
if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && ($CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/ || $CI_PIPELINE_SOURCE != "push")
|
|
510
510
|
needs: []
|
|
511
511
|
retry: *a1
|
|
512
512
|
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
|
|
@@ -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
|
|
@@ -448,7 +448,7 @@ before_script:
|
|
|
448
448
|
- when: never
|
|
449
449
|
if: $CI_PIPELINE_SOURCE == "trigger"
|
|
450
450
|
- when: on_success
|
|
451
|
-
if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/
|
|
451
|
+
if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && ($CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/ || $CI_PIPELINE_SOURCE != "push")
|
|
452
452
|
needs:
|
|
453
453
|
- job: 'api 👮 lint | dev '
|
|
454
454
|
artifacts: false
|
|
@@ -488,7 +488,7 @@ before_script:
|
|
|
488
488
|
- when: never
|
|
489
489
|
if: $CI_PIPELINE_SOURCE == "trigger"
|
|
490
490
|
- when: manual
|
|
491
|
-
if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/
|
|
491
|
+
if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && ($CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/ || $CI_PIPELINE_SOURCE != "push")
|
|
492
492
|
needs: []
|
|
493
493
|
retry: *a1
|
|
494
494
|
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
|
|
@@ -185,7 +185,7 @@ before_script:
|
|
|
185
185
|
rules:
|
|
186
186
|
- when: never
|
|
187
187
|
if: $CI_PIPELINE_SOURCE == "trigger"
|
|
188
|
-
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/
|
|
188
|
+
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && ($CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/ || $CI_PIPELINE_SOURCE != "push")
|
|
189
189
|
needs: []
|
|
190
190
|
retry: &a1
|
|
191
191
|
max: 2
|
|
@@ -247,7 +247,7 @@ before_script:
|
|
|
247
247
|
rules:
|
|
248
248
|
- when: never
|
|
249
249
|
if: $CI_PIPELINE_SOURCE == "trigger"
|
|
250
|
-
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/
|
|
250
|
+
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && ($CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/ || $CI_PIPELINE_SOURCE != "push")
|
|
251
251
|
needs:
|
|
252
252
|
- 'api 🔨 app | dev '
|
|
253
253
|
retry: *a1
|
|
@@ -347,7 +347,7 @@ before_script:
|
|
|
347
347
|
- when: never
|
|
348
348
|
if: $CI_PIPELINE_SOURCE == "trigger"
|
|
349
349
|
- when: on_success
|
|
350
|
-
if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/
|
|
350
|
+
if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && ($CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/ || $CI_PIPELINE_SOURCE != "push")
|
|
351
351
|
needs:
|
|
352
352
|
- job: 'api 🔨 app | dev '
|
|
353
353
|
artifacts: false
|
|
@@ -381,7 +381,7 @@ before_script:
|
|
|
381
381
|
- when: never
|
|
382
382
|
if: $CI_PIPELINE_SOURCE == "trigger"
|
|
383
383
|
- when: manual
|
|
384
|
-
if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/
|
|
384
|
+
if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && ($CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/ || $CI_PIPELINE_SOURCE != "push")
|
|
385
385
|
needs: []
|
|
386
386
|
retry: *a1
|
|
387
387
|
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
|
|
@@ -291,7 +291,7 @@ before_script:
|
|
|
291
291
|
rules:
|
|
292
292
|
- when: never
|
|
293
293
|
if: $CI_PIPELINE_SOURCE == "trigger"
|
|
294
|
-
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/
|
|
294
|
+
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && ($CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/ || $CI_PIPELINE_SOURCE != "push")
|
|
295
295
|
needs: []
|
|
296
296
|
retry: *a1
|
|
297
297
|
interruptible: true
|
|
@@ -352,7 +352,7 @@ before_script:
|
|
|
352
352
|
rules:
|
|
353
353
|
- when: never
|
|
354
354
|
if: $CI_PIPELINE_SOURCE == "trigger"
|
|
355
|
-
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/
|
|
355
|
+
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && ($CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/ || $CI_PIPELINE_SOURCE != "push")
|
|
356
356
|
needs:
|
|
357
357
|
- 'www 🔨 app | dev '
|
|
358
358
|
retry: *a1
|
|
@@ -452,7 +452,7 @@ before_script:
|
|
|
452
452
|
- when: never
|
|
453
453
|
if: $CI_PIPELINE_SOURCE == "trigger"
|
|
454
454
|
- when: on_success
|
|
455
|
-
if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/
|
|
455
|
+
if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && ($CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/ || $CI_PIPELINE_SOURCE != "push")
|
|
456
456
|
needs:
|
|
457
457
|
- job: 'www 👮 lint | dev '
|
|
458
458
|
artifacts: false
|
|
@@ -492,7 +492,7 @@ before_script:
|
|
|
492
492
|
- when: never
|
|
493
493
|
if: $CI_PIPELINE_SOURCE == "trigger"
|
|
494
494
|
- when: manual
|
|
495
|
-
if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/
|
|
495
|
+
if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && ($CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/ || $CI_PIPELINE_SOURCE != "push")
|
|
496
496
|
needs: []
|
|
497
497
|
retry: *a1
|
|
498
498
|
interruptible: true
|
|
@@ -1501,7 +1501,7 @@ claude claude-agent-event:
|
|
|
1501
1501
|
- when: never
|
|
1502
1502
|
- when: never
|
|
1503
1503
|
if: $CI_PIPELINE_SOURCE == "trigger"
|
|
1504
|
-
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/
|
|
1504
|
+
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && ($CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/ || $CI_PIPELINE_SOURCE != "push")
|
|
1505
1505
|
- if: $CI_PIPELINE_SOURCE == "trigger" && ($ASSIGNEE_USER_ID == $DEFAULT_AGENT_USER_ID || $OBJECT_DESCRIPTION =~ /@agent.claude/)
|
|
1506
1506
|
when: always
|
|
1507
1507
|
- when: never
|
|
@@ -1537,7 +1537,7 @@ claude claude-agent-review:
|
|
|
1537
1537
|
- when: never
|
|
1538
1538
|
- when: never
|
|
1539
1539
|
if: $CI_PIPELINE_SOURCE == "trigger"
|
|
1540
|
-
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/
|
|
1540
|
+
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && ($CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/ || $CI_PIPELINE_SOURCE != "push")
|
|
1541
1541
|
- if: $CI_MERGE_REQUEST_ID && $GITLAB_USER_LOGIN == "agent.claude"
|
|
1542
1542
|
when: always
|
|
1543
1543
|
- 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
|
|
@@ -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
|
|
@@ -448,7 +448,7 @@ before_script:
|
|
|
448
448
|
- when: never
|
|
449
449
|
if: $CI_PIPELINE_SOURCE == "trigger"
|
|
450
450
|
- when: on_success
|
|
451
|
-
if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/
|
|
451
|
+
if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && ($CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/ || $CI_PIPELINE_SOURCE != "push")
|
|
452
452
|
needs:
|
|
453
453
|
- job: 'api 👮 lint | dev '
|
|
454
454
|
artifacts: false
|
|
@@ -488,7 +488,7 @@ before_script:
|
|
|
488
488
|
- when: never
|
|
489
489
|
if: $CI_PIPELINE_SOURCE == "trigger"
|
|
490
490
|
- when: manual
|
|
491
|
-
if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/
|
|
491
|
+
if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && ($CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/ || $CI_PIPELINE_SOURCE != "push")
|
|
492
492
|
needs: []
|
|
493
493
|
retry: *a1
|
|
494
494
|
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
|
|
@@ -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
|
|
@@ -448,7 +448,7 @@ before_script:
|
|
|
448
448
|
- when: never
|
|
449
449
|
if: $CI_PIPELINE_SOURCE == "trigger"
|
|
450
450
|
- when: on_success
|
|
451
|
-
if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/
|
|
451
|
+
if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && ($CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/ || $CI_PIPELINE_SOURCE != "push")
|
|
452
452
|
needs:
|
|
453
453
|
- job: 'api 👮 lint | dev '
|
|
454
454
|
artifacts: false
|
|
@@ -488,7 +488,7 @@ before_script:
|
|
|
488
488
|
- when: never
|
|
489
489
|
if: $CI_PIPELINE_SOURCE == "trigger"
|
|
490
490
|
- when: manual
|
|
491
|
-
if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/
|
|
491
|
+
if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && ($CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/ || $CI_PIPELINE_SOURCE != "push")
|
|
492
492
|
needs: []
|
|
493
493
|
retry: *a1
|
|
494
494
|
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
|
|
@@ -303,7 +303,7 @@ before_script:
|
|
|
303
303
|
rules:
|
|
304
304
|
- when: never
|
|
305
305
|
if: $CI_PIPELINE_SOURCE == "trigger"
|
|
306
|
-
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/
|
|
306
|
+
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && ($CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/ || $CI_PIPELINE_SOURCE != "push")
|
|
307
307
|
needs: []
|
|
308
308
|
retry: *a1
|
|
309
309
|
interruptible: true
|
|
@@ -364,7 +364,7 @@ before_script:
|
|
|
364
364
|
rules:
|
|
365
365
|
- when: never
|
|
366
366
|
if: $CI_PIPELINE_SOURCE == "trigger"
|
|
367
|
-
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/
|
|
367
|
+
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && ($CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/ || $CI_PIPELINE_SOURCE != "push")
|
|
368
368
|
needs:
|
|
369
369
|
- 'api 🔨 app | dev '
|
|
370
370
|
retry: *a1
|
|
@@ -521,7 +521,7 @@ before_script:
|
|
|
521
521
|
- when: never
|
|
522
522
|
if: $CI_PIPELINE_SOURCE == "trigger"
|
|
523
523
|
- when: on_success
|
|
524
|
-
if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/
|
|
524
|
+
if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && ($CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/ || $CI_PIPELINE_SOURCE != "push")
|
|
525
525
|
needs:
|
|
526
526
|
- job: 'api 👮 lint | dev '
|
|
527
527
|
artifacts: false
|
|
@@ -566,7 +566,7 @@ before_script:
|
|
|
566
566
|
- when: never
|
|
567
567
|
if: $CI_PIPELINE_SOURCE == "trigger"
|
|
568
568
|
- when: manual
|
|
569
|
-
if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/
|
|
569
|
+
if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && ($CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/ || $CI_PIPELINE_SOURCE != "push")
|
|
570
570
|
needs: []
|
|
571
571
|
retry: *a1
|
|
572
572
|
interruptible: true
|