prevent runaway branching

This commit is contained in:
Joey Kimsey
2024-08-12 23:43:46 -04:00
parent eb0644feb5
commit 4d2ccfb1c5

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: