prevent runaway

This commit is contained in:
Joey Kimsey
2024-08-12 23:39:43 -04:00
parent 233565dcd2
commit 7518461cb9

View File

@ -24,6 +24,8 @@ variables:
composer_update:
stage: update
rules:
- if: '$CI_COMMIT_BRANCH == "main"'
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
script: