prevent runaway
This commit is contained in:
@ -24,6 +24,8 @@ variables:
|
|||||||
|
|
||||||
composer_update:
|
composer_update:
|
||||||
stage: update
|
stage: update
|
||||||
|
rules:
|
||||||
|
- if: '$CI_COMMIT_BRANCH == "main"'
|
||||||
image: composer:latest
|
image: composer:latest
|
||||||
interruptible: true # allows to stop the job if a newer pipeline starts, saving resources and allowing new jobs to start because job concurrency is limited
|
interruptible: true # allows to stop the job if a newer pipeline starts, saving resources and allowing new jobs to start because job concurrency is limited
|
||||||
script:
|
script:
|
||||||
|
Reference in New Issue
Block a user