Move gitlab-ci.yml comment to its proper place

The comment refers to "interruptible" key, rather than the entire
"default" section.

(cherry picked from commit 1139907450)
This commit is contained in:
Tom Krizek 2023-03-09 13:30:41 +01:00
parent 7545ac0a97
commit 7aba37333f
No known key found for this signature in database
GPG key ID: 01623B9B652A20A7

View file

@ -50,11 +50,11 @@ variables:
BIND_STRESS_TEST_OS: linux
BIND_STRESS_TEST_ARCH: amd64
# Allow all running CI jobs to be automatically canceled when a new
# version of a branch is pushed.
#
# See: https://docs.gitlab.com/ee/ci/pipelines/settings.html#auto-cancel-redundant-pipelines
default:
# Allow all running CI jobs to be automatically canceled when a new
# version of a branch is pushed.
#
# See: https://docs.gitlab.com/ee/ci/pipelines/settings.html#auto-cancel-redundant-pipelines
interruptible: true
stages: