@catladder/pipeline 4.5.0 → 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.
Files changed (68) hide show
  1. package/dist/constants.js +1 -1
  2. package/dist/pipeline/createMainPipeline.js +1 -1
  3. package/dist/pipeline/gitlab/createGitlabPipeline.js +1 -1
  4. package/dist/rules/index.d.ts +3 -2
  5. package/dist/rules/index.js +7 -4
  6. package/dist/tsconfig.tsbuildinfo +1 -1
  7. package/examples/__snapshots__/automatic-releases.test.ts.snap +8 -8
  8. package/examples/__snapshots__/cloud-run-execute-script-on-deploy.test.ts.snap +8 -8
  9. package/examples/__snapshots__/cloud-run-existing-image.test.ts.snap +3 -3
  10. package/examples/__snapshots__/cloud-run-health-check-defaults.test.ts.snap +8 -8
  11. package/examples/__snapshots__/cloud-run-health-check-only-startup.test.ts.snap +8 -8
  12. package/examples/__snapshots__/cloud-run-health-check.test.ts.snap +8 -8
  13. package/examples/__snapshots__/cloud-run-http2.test.ts.snap +8 -8
  14. package/examples/__snapshots__/cloud-run-llama.test.ts.snap +3 -3
  15. package/examples/__snapshots__/cloud-run-memory-limit.test.ts.snap +8 -8
  16. package/examples/__snapshots__/cloud-run-meteor-with-worker.test.ts.snap +8 -8
  17. package/examples/__snapshots__/cloud-run-n8n.test.ts.snap +3 -3
  18. package/examples/__snapshots__/cloud-run-nextjs.test.ts.snap +8 -8
  19. package/examples/__snapshots__/cloud-run-no-cpu-throttling.test.ts.snap +8 -8
  20. package/examples/__snapshots__/cloud-run-no-service.test.ts.snap +8 -8
  21. package/examples/__snapshots__/cloud-run-non-public.test.ts.snap +8 -8
  22. package/examples/__snapshots__/cloud-run-post-stop-job.test.ts.snap +8 -8
  23. package/examples/__snapshots__/cloud-run-service-custom-vpc-connector.test.ts.snap +8 -8
  24. package/examples/__snapshots__/cloud-run-service-custom-vpc.test.ts.snap +8 -8
  25. package/examples/__snapshots__/cloud-run-service-gen2.test.ts.snap +8 -8
  26. package/examples/__snapshots__/cloud-run-service-increase-timout.test.ts.snap +8 -8
  27. package/examples/__snapshots__/cloud-run-service-with-volumes.test.ts.snap +8 -8
  28. package/examples/__snapshots__/cloud-run-session-affinity.test.ts.snap +8 -8
  29. package/examples/__snapshots__/cloud-run-storybook.test.ts.snap +5 -5
  30. package/examples/__snapshots__/cloud-run-with-agents.test.ts.snap +10 -10
  31. package/examples/__snapshots__/cloud-run-with-gpu.test.ts.snap +8 -8
  32. package/examples/__snapshots__/cloud-run-with-ngnix.test.ts.snap +8 -8
  33. package/examples/__snapshots__/cloud-run-with-sql-legacy-jobs.test.ts.snap +8 -8
  34. package/examples/__snapshots__/cloud-run-with-sql-multiple-dbs.test.ts.snap +22 -22
  35. package/examples/__snapshots__/cloud-run-with-sql-reuse-db.test.ts.snap +15 -15
  36. package/examples/__snapshots__/cloud-run-with-sql.test.ts.snap +8 -8
  37. package/examples/__snapshots__/cloud-run-with-worker.test.ts.snap +8 -8
  38. package/examples/__snapshots__/cloud-run-worker-pool.test.ts.snap +8 -8
  39. package/examples/__snapshots__/custom-build-job-with-tests.test.ts.snap +8 -8
  40. package/examples/__snapshots__/custom-build-job.test.ts.snap +5 -5
  41. package/examples/__snapshots__/custom-deploy.test.ts.snap +7 -7
  42. package/examples/__snapshots__/custom-docker-file.test.ts.snap +8 -8
  43. package/examples/__snapshots__/custom-envs.test.ts.snap +13 -13
  44. package/examples/__snapshots__/custom-verify-job.test.ts.snap +9 -9
  45. package/examples/__snapshots__/git-submodule.test.ts.snap +8 -8
  46. package/examples/__snapshots__/kubernetes-application-customization.test.ts.snap +9 -9
  47. package/examples/__snapshots__/kubernetes-with-cloud-sql.test.ts.snap +9 -9
  48. package/examples/__snapshots__/kubernetes-with-jobs.test.ts.snap +17 -17
  49. package/examples/__snapshots__/kubernetes-with-mongodb.test.ts.snap +9 -9
  50. package/examples/__snapshots__/local-dot-env.test.ts.snap +8 -8
  51. package/examples/__snapshots__/meteor-kubernetes.test.ts.snap +9 -9
  52. package/examples/__snapshots__/modify-generated-files.test.ts.snap +5 -5
  53. package/examples/__snapshots__/modify-generated-yaml.test.ts.snap +5 -5
  54. package/examples/__snapshots__/multiline-var.test.ts.snap +23 -23
  55. package/examples/__snapshots__/native-app.test.ts.snap +13 -13
  56. package/examples/__snapshots__/node-build-with-custom-image.test.ts.snap +8 -8
  57. package/examples/__snapshots__/node-build-with-docker-additions.test.ts.snap +8 -8
  58. package/examples/__snapshots__/override-secrets.test.ts.snap +8 -8
  59. package/examples/__snapshots__/rails-k8s-with-worker-dockerfile.test.ts.snap +8 -8
  60. package/examples/__snapshots__/rails-k8s-with-worker.test.ts.snap +8 -8
  61. package/examples/__snapshots__/referencing-other-vars.test.ts.snap +23 -23
  62. package/examples/__snapshots__/wait-for-other-deploy.test.ts.snap +11 -11
  63. package/examples/__snapshots__/workspace-api-www-turbo-cache.test.ts.snap +11 -11
  64. package/examples/__snapshots__/workspace-api-www.test.ts.snap +11 -11
  65. package/package.json +1 -1
  66. package/src/pipeline/createMainPipeline.ts +2 -2
  67. package/src/pipeline/gitlab/createGitlabPipeline.ts +2 -2
  68. package/src/rules/index.ts +10 -6
@@ -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\\).*/ && $CI_PIPELINE_SOURCE != "push")
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\\).*/ && $CI_PIPELINE_SOURCE != "push")
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\\).*/ && $CI_PIPELINE_SOURCE != "push")
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\\).*/ && $CI_PIPELINE_SOURCE != "push")
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
@@ -310,7 +310,7 @@ before_script:
310
310
  rules:
311
311
  - when: never
312
312
  if: $CI_PIPELINE_SOURCE == "trigger"
313
- - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && ($CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/ && $CI_PIPELINE_SOURCE != "push")
313
+ - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && ($CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/ || $CI_PIPELINE_SOURCE != "push")
314
314
  needs: []
315
315
  retry: *a1
316
316
  interruptible: true
@@ -371,7 +371,7 @@ before_script:
371
371
  rules:
372
372
  - when: never
373
373
  if: $CI_PIPELINE_SOURCE == "trigger"
374
- - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && ($CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/ && $CI_PIPELINE_SOURCE != "push")
374
+ - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && ($CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/ || $CI_PIPELINE_SOURCE != "push")
375
375
  needs:
376
376
  - 'app1 🔨 app | dev '
377
377
  retry: *a1
@@ -496,7 +496,7 @@ before_script:
496
496
  - when: never
497
497
  if: $CI_PIPELINE_SOURCE == "trigger"
498
498
  - when: on_success
499
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && ($CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/ && $CI_PIPELINE_SOURCE != "push")
499
+ if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && ($CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/ || $CI_PIPELINE_SOURCE != "push")
500
500
  needs:
501
501
  - job: 'app1 👮 lint | dev '
502
502
  artifacts: false
@@ -536,7 +536,7 @@ before_script:
536
536
  - when: never
537
537
  if: $CI_PIPELINE_SOURCE == "trigger"
538
538
  - when: manual
539
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && ($CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/ && $CI_PIPELINE_SOURCE != "push")
539
+ if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && ($CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/ || $CI_PIPELINE_SOURCE != "push")
540
540
  needs: []
541
541
  retry: *a1
542
542
  interruptible: true
@@ -1672,7 +1672,7 @@ before_script:
1672
1672
  rules:
1673
1673
  - when: never
1674
1674
  if: $CI_PIPELINE_SOURCE == "trigger"
1675
- - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && ($CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/ && $CI_PIPELINE_SOURCE != "push")
1675
+ - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && ($CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/ || $CI_PIPELINE_SOURCE != "push")
1676
1676
  needs: []
1677
1677
  retry: *a1
1678
1678
  interruptible: true
@@ -1714,7 +1714,7 @@ before_script:
1714
1714
  rules:
1715
1715
  - when: never
1716
1716
  if: $CI_PIPELINE_SOURCE == "trigger"
1717
- - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && ($CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/ && $CI_PIPELINE_SOURCE != "push")
1717
+ - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && ($CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/ || $CI_PIPELINE_SOURCE != "push")
1718
1718
  needs: []
1719
1719
  retry: *a1
1720
1720
  interruptible: true
@@ -1753,7 +1753,7 @@ before_script:
1753
1753
  rules:
1754
1754
  - when: never
1755
1755
  if: $CI_PIPELINE_SOURCE == "trigger"
1756
- - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && ($CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/ && $CI_PIPELINE_SOURCE != "push")
1756
+ - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && ($CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/ || $CI_PIPELINE_SOURCE != "push")
1757
1757
  needs: []
1758
1758
  retry: *a1
1759
1759
  interruptible: true
@@ -1872,7 +1872,7 @@ before_script:
1872
1872
  rules:
1873
1873
  - when: never
1874
1874
  if: $CI_PIPELINE_SOURCE == "trigger"
1875
- - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && ($CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/ && $CI_PIPELINE_SOURCE != "push")
1875
+ - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && ($CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/ || $CI_PIPELINE_SOURCE != "push")
1876
1876
  needs: []
1877
1877
  retry: *a1
1878
1878
  interruptible: true
@@ -1933,7 +1933,7 @@ before_script:
1933
1933
  rules:
1934
1934
  - when: never
1935
1935
  if: $CI_PIPELINE_SOURCE == "trigger"
1936
- - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && ($CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/ && $CI_PIPELINE_SOURCE != "push")
1936
+ - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && ($CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/ || $CI_PIPELINE_SOURCE != "push")
1937
1937
  needs:
1938
1938
  - 'app2 🔨 app | dev '
1939
1939
  retry: *a1
@@ -2068,7 +2068,7 @@ before_script:
2068
2068
  - when: never
2069
2069
  if: $CI_PIPELINE_SOURCE == "trigger"
2070
2070
  - when: on_success
2071
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && ($CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/ && $CI_PIPELINE_SOURCE != "push")
2071
+ if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && ($CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/ || $CI_PIPELINE_SOURCE != "push")
2072
2072
  needs:
2073
2073
  - job: 'app2 👮 lint | dev '
2074
2074
  artifacts: false
@@ -2108,7 +2108,7 @@ before_script:
2108
2108
  - when: never
2109
2109
  if: $CI_PIPELINE_SOURCE == "trigger"
2110
2110
  - when: manual
2111
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && ($CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/ && $CI_PIPELINE_SOURCE != "push")
2111
+ if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && ($CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/ || $CI_PIPELINE_SOURCE != "push")
2112
2112
  needs: []
2113
2113
  retry: *a1
2114
2114
  interruptible: true
@@ -3304,7 +3304,7 @@ before_script:
3304
3304
  rules:
3305
3305
  - when: never
3306
3306
  if: $CI_PIPELINE_SOURCE == "trigger"
3307
- - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && ($CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/ && $CI_PIPELINE_SOURCE != "push")
3307
+ - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && ($CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/ || $CI_PIPELINE_SOURCE != "push")
3308
3308
  needs: []
3309
3309
  retry: *a1
3310
3310
  interruptible: true
@@ -3346,7 +3346,7 @@ before_script:
3346
3346
  rules:
3347
3347
  - when: never
3348
3348
  if: $CI_PIPELINE_SOURCE == "trigger"
3349
- - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && ($CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/ && $CI_PIPELINE_SOURCE != "push")
3349
+ - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && ($CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/ || $CI_PIPELINE_SOURCE != "push")
3350
3350
  needs: []
3351
3351
  retry: *a1
3352
3352
  interruptible: true
@@ -3385,7 +3385,7 @@ before_script:
3385
3385
  rules:
3386
3386
  - when: never
3387
3387
  if: $CI_PIPELINE_SOURCE == "trigger"
3388
- - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && ($CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/ && $CI_PIPELINE_SOURCE != "push")
3388
+ - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && ($CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/ || $CI_PIPELINE_SOURCE != "push")
3389
3389
  needs: []
3390
3390
  retry: *a1
3391
3391
  interruptible: true
@@ -3537,7 +3537,7 @@ before_script:
3537
3537
  rules:
3538
3538
  - when: never
3539
3539
  if: $CI_PIPELINE_SOURCE == "trigger"
3540
- - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && ($CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/ && $CI_PIPELINE_SOURCE != "push")
3540
+ - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && ($CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/ || $CI_PIPELINE_SOURCE != "push")
3541
3541
  needs: []
3542
3542
  retry: *a1
3543
3543
  interruptible: true
@@ -3598,7 +3598,7 @@ before_script:
3598
3598
  rules:
3599
3599
  - when: never
3600
3600
  if: $CI_PIPELINE_SOURCE == "trigger"
3601
- - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && ($CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/ && $CI_PIPELINE_SOURCE != "push")
3601
+ - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && ($CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/ || $CI_PIPELINE_SOURCE != "push")
3602
3602
  needs:
3603
3603
  - 'kube 🔨 app | dev '
3604
3604
  retry: *a1
@@ -3783,7 +3783,7 @@ before_script:
3783
3783
  - when: never
3784
3784
  if: $CI_PIPELINE_SOURCE == "trigger"
3785
3785
  - when: on_success
3786
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && ($CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/ && $CI_PIPELINE_SOURCE != "push")
3786
+ if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && ($CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/ || $CI_PIPELINE_SOURCE != "push")
3787
3787
  needs:
3788
3788
  - job: 'kube 👮 lint | dev '
3789
3789
  artifacts: false
@@ -3877,7 +3877,7 @@ before_script:
3877
3877
  - when: never
3878
3878
  if: $CI_PIPELINE_SOURCE == "trigger"
3879
3879
  - when: manual
3880
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && ($CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/ && $CI_PIPELINE_SOURCE != "push")
3880
+ if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && ($CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/ || $CI_PIPELINE_SOURCE != "push")
3881
3881
  needs: []
3882
3882
  retry: *a1
3883
3883
  interruptible: true
@@ -3961,7 +3961,7 @@ before_script:
3961
3961
  - when: never
3962
3962
  if: $CI_PIPELINE_SOURCE == "trigger"
3963
3963
  - when: manual
3964
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && ($CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/ && $CI_PIPELINE_SOURCE != "push")
3964
+ if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && ($CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/ || $CI_PIPELINE_SOURCE != "push")
3965
3965
  needs: []
3966
3966
  retry: *a1
3967
3967
  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\\).*/ && $CI_PIPELINE_SOURCE != "push")
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
@@ -121,7 +121,7 @@ before_script:
121
121
  rules:
122
122
  - when: never
123
123
  if: $CI_PIPELINE_SOURCE == "trigger"
124
- - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && ($CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/ && $CI_PIPELINE_SOURCE != "push")
124
+ - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && ($CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/ || $CI_PIPELINE_SOURCE != "push")
125
125
  needs: []
126
126
  retry: &a1
127
127
  max: 2
@@ -166,7 +166,7 @@ before_script:
166
166
  rules:
167
167
  - when: never
168
168
  if: $CI_PIPELINE_SOURCE == "trigger"
169
- - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && ($CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/ && $CI_PIPELINE_SOURCE != "push")
169
+ - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && ($CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/ || $CI_PIPELINE_SOURCE != "push")
170
170
  needs: []
171
171
  retry: *a1
172
172
  interruptible: true
@@ -207,7 +207,7 @@ before_script:
207
207
  rules:
208
208
  - when: never
209
209
  if: $CI_PIPELINE_SOURCE == "trigger"
210
- - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && ($CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/ && $CI_PIPELINE_SOURCE != "push")
210
+ - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && ($CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/ || $CI_PIPELINE_SOURCE != "push")
211
211
  needs: []
212
212
  retry: *a1
213
213
  interruptible: true
@@ -305,7 +305,7 @@ before_script:
305
305
  rules:
306
306
  - when: never
307
307
  if: $CI_PIPELINE_SOURCE == "trigger"
308
- - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && ($CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/ && $CI_PIPELINE_SOURCE != "push")
308
+ - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && ($CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/ || $CI_PIPELINE_SOURCE != "push")
309
309
  needs: []
310
310
  retry: *a1
311
311
  interruptible: true
@@ -361,7 +361,7 @@ before_script:
361
361
  - when: never
362
362
  if: $CI_PIPELINE_SOURCE == "trigger"
363
363
  - when: on_success
364
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && ($CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/ && $CI_PIPELINE_SOURCE != "push")
364
+ if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && ($CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/ || $CI_PIPELINE_SOURCE != "push")
365
365
  needs:
366
366
  - job: 'app 👮 lint | dev '
367
367
  artifacts: false
@@ -986,7 +986,7 @@ before_script:
986
986
  rules:
987
987
  - when: never
988
988
  if: $CI_PIPELINE_SOURCE == "trigger"
989
- - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && ($CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/ && $CI_PIPELINE_SOURCE != "push")
989
+ - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && ($CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/ || $CI_PIPELINE_SOURCE != "push")
990
990
  needs: []
991
991
  retry: *a1
992
992
  interruptible: true
@@ -1028,7 +1028,7 @@ before_script:
1028
1028
  rules:
1029
1029
  - when: never
1030
1030
  if: $CI_PIPELINE_SOURCE == "trigger"
1031
- - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && ($CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/ && $CI_PIPELINE_SOURCE != "push")
1031
+ - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && ($CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/ || $CI_PIPELINE_SOURCE != "push")
1032
1032
  needs: []
1033
1033
  retry: *a1
1034
1034
  interruptible: true
@@ -1067,7 +1067,7 @@ before_script:
1067
1067
  rules:
1068
1068
  - when: never
1069
1069
  if: $CI_PIPELINE_SOURCE == "trigger"
1070
- - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && ($CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/ && $CI_PIPELINE_SOURCE != "push")
1070
+ - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && ($CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/ || $CI_PIPELINE_SOURCE != "push")
1071
1071
  needs: []
1072
1072
  retry: *a1
1073
1073
  interruptible: true
@@ -1153,7 +1153,7 @@ before_script:
1153
1153
  rules:
1154
1154
  - when: never
1155
1155
  if: $CI_PIPELINE_SOURCE == "trigger"
1156
- - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && ($CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/ && $CI_PIPELINE_SOURCE != "push")
1156
+ - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && ($CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/ || $CI_PIPELINE_SOURCE != "push")
1157
1157
  needs: []
1158
1158
  retry: *a1
1159
1159
  interruptible: true
@@ -1214,7 +1214,7 @@ before_script:
1214
1214
  rules:
1215
1215
  - when: never
1216
1216
  if: $CI_PIPELINE_SOURCE == "trigger"
1217
- - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && ($CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/ && $CI_PIPELINE_SOURCE != "push")
1217
+ - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && ($CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/ || $CI_PIPELINE_SOURCE != "push")
1218
1218
  needs:
1219
1219
  - 'api 🔨 app | dev '
1220
1220
  retry: *a1
@@ -1314,7 +1314,7 @@ before_script:
1314
1314
  - when: never
1315
1315
  if: $CI_PIPELINE_SOURCE == "trigger"
1316
1316
  - when: on_success
1317
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && ($CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/ && $CI_PIPELINE_SOURCE != "push")
1317
+ if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && ($CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/ || $CI_PIPELINE_SOURCE != "push")
1318
1318
  needs:
1319
1319
  - job: 'api 👮 lint | dev '
1320
1320
  artifacts: false
@@ -1354,7 +1354,7 @@ before_script:
1354
1354
  - when: never
1355
1355
  if: $CI_PIPELINE_SOURCE == "trigger"
1356
1356
  - when: manual
1357
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && ($CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/ && $CI_PIPELINE_SOURCE != "push")
1357
+ if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && ($CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/ || $CI_PIPELINE_SOURCE != "push")
1358
1358
  needs: []
1359
1359
  retry: *a1
1360
1360
  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\\).*/ && $CI_PIPELINE_SOURCE != "push")
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\\).*/ && $CI_PIPELINE_SOURCE != "push")
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\\).*/ && $CI_PIPELINE_SOURCE != "push")
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\\).*/ && $CI_PIPELINE_SOURCE != "push")
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\\).*/ && $CI_PIPELINE_SOURCE != "push")
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\\).*/ && $CI_PIPELINE_SOURCE != "push")
351
+ - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && ($CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/ || $CI_PIPELINE_SOURCE != "push")
352
352
  needs:
353
353
  - 'www 🔨 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\\).*/ && $CI_PIPELINE_SOURCE != "push")
451
+ if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && ($CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/ || $CI_PIPELINE_SOURCE != "push")
452
452
  needs:
453
453
  - job: 'www 👮 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\\).*/ && $CI_PIPELINE_SOURCE != "push")
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\\).*/ && $CI_PIPELINE_SOURCE != "push")
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\\).*/ && $CI_PIPELINE_SOURCE != "push")
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\\).*/ && $CI_PIPELINE_SOURCE != "push")
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\\).*/ && $CI_PIPELINE_SOURCE != "push")
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\\).*/ && $CI_PIPELINE_SOURCE != "push")
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
@@ -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\\).*/ && $CI_PIPELINE_SOURCE != "push")
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
@@ -450,7 +450,7 @@ before_script:
450
450
  - when: never
451
451
  if: $CI_PIPELINE_SOURCE == "trigger"
452
452
  - when: on_success
453
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && ($CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/ && $CI_PIPELINE_SOURCE != "push")
453
+ if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && ($CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/ || $CI_PIPELINE_SOURCE != "push")
454
454
  needs:
455
455
  - job: 'www 👮 lint | dev '
456
456
  artifacts: false
@@ -490,7 +490,7 @@ before_script:
490
490
  - when: never
491
491
  if: $CI_PIPELINE_SOURCE == "trigger"
492
492
  - when: manual
493
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && ($CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/ && $CI_PIPELINE_SOURCE != "push")
493
+ if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && ($CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/ || $CI_PIPELINE_SOURCE != "push")
494
494
  needs: []
495
495
  retry: *a1
496
496
  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\\).*/ && $CI_PIPELINE_SOURCE != "push")
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\\).*/ && $CI_PIPELINE_SOURCE != "push")
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\\).*/ && $CI_PIPELINE_SOURCE != "push")
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\\).*/ && $CI_PIPELINE_SOURCE != "push")
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\\).*/ && $CI_PIPELINE_SOURCE != "push")
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\\).*/ && $CI_PIPELINE_SOURCE != "push")
353
+ - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && ($CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/ || $CI_PIPELINE_SOURCE != "push")
354
354
  needs:
355
355
  - 'my-app 🔨 app | dev '
356
356
  retry: *a1
@@ -453,7 +453,7 @@ before_script:
453
453
  - when: never
454
454
  if: $CI_PIPELINE_SOURCE == "trigger"
455
455
  - when: on_success
456
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && ($CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/ && $CI_PIPELINE_SOURCE != "push")
456
+ if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && ($CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/ || $CI_PIPELINE_SOURCE != "push")
457
457
  needs:
458
458
  - job: 'my-app 👮 lint | dev '
459
459
  artifacts: false
@@ -493,7 +493,7 @@ before_script:
493
493
  - when: never
494
494
  if: $CI_PIPELINE_SOURCE == "trigger"
495
495
  - when: manual
496
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && ($CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/ && $CI_PIPELINE_SOURCE != "push")
496
+ if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && ($CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/ || $CI_PIPELINE_SOURCE != "push")
497
497
  needs: []
498
498
  retry: *a1
499
499
  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\\).*/ && $CI_PIPELINE_SOURCE != "push")
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
@@ -116,7 +116,7 @@ before_script:
116
116
  rules:
117
117
  - when: never
118
118
  if: $CI_PIPELINE_SOURCE == "trigger"
119
- - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && ($CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/ && $CI_PIPELINE_SOURCE != "push")
119
+ - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && ($CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/ || $CI_PIPELINE_SOURCE != "push")
120
120
  needs: []
121
121
  retry: &a1
122
122
  max: 2
@@ -143,7 +143,7 @@ before_script:
143
143
  rules:
144
144
  - when: never
145
145
  if: $CI_PIPELINE_SOURCE == "trigger"
146
- - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && ($CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/ && $CI_PIPELINE_SOURCE != "push")
146
+ - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && ($CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/ || $CI_PIPELINE_SOURCE != "push")
147
147
  needs: []
148
148
  retry: *a1
149
149
  interruptible: true
@@ -171,7 +171,7 @@ before_script:
171
171
  rules:
172
172
  - when: never
173
173
  if: $CI_PIPELINE_SOURCE == "trigger"
174
- - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && ($CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/ && $CI_PIPELINE_SOURCE != "push")
174
+ - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && ($CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/ || $CI_PIPELINE_SOURCE != "push")
175
175
  needs: []
176
176
  retry: *a1
177
177
  interruptible: true
@@ -215,7 +215,7 @@ before_script:
215
215
  rules:
216
216
  - when: never
217
217
  if: $CI_PIPELINE_SOURCE == "trigger"
218
- - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && ($CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/ && $CI_PIPELINE_SOURCE != "push")
218
+ - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && ($CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/ || $CI_PIPELINE_SOURCE != "push")
219
219
  needs: []
220
220
  retry: *a1
221
221
  interruptible: true
@@ -360,7 +360,7 @@ before_script:
360
360
  - when: never
361
361
  if: $CI_PIPELINE_SOURCE == "trigger"
362
362
  - when: on_success
363
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && ($CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/ && $CI_PIPELINE_SOURCE != "push")
363
+ if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && ($CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/ || $CI_PIPELINE_SOURCE != "push")
364
364
  needs:
365
365
  - job: 'app 👮 lint | dev '
366
366
  artifacts: false
@@ -420,7 +420,7 @@ before_script:
420
420
  - when: never
421
421
  if: $CI_PIPELINE_SOURCE == "trigger"
422
422
  - when: manual
423
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && ($CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/ && $CI_PIPELINE_SOURCE != "push")
423
+ if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && ($CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/ || $CI_PIPELINE_SOURCE != "push")
424
424
  needs: []
425
425
  retry: *a1
426
426
  interruptible: true
@@ -472,7 +472,7 @@ before_script:
472
472
  - when: never
473
473
  if: $CI_PIPELINE_SOURCE == "trigger"
474
474
  - when: manual
475
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && ($CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/ && $CI_PIPELINE_SOURCE != "push")
475
+ if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && ($CI_COMMIT_MESSAGE !~ /^chore\\(release\\).*/ || $CI_PIPELINE_SOURCE != "push")
476
476
  needs: []
477
477
  retry: *a1
478
478
  interruptible: true