From: terencehill Date: Sun, 20 Dec 2020 16:08:13 +0000 (+0100) Subject: Gitlab CI: another attempt to fix workflow rules X-Git-Tag: xonotic-v0.8.5~627 X-Git-Url: http://git.xonotic.org/?a=commitdiff_plain;h=afefc3040a709450420d788f9774341904102407;p=xonotic%2Fxonotic-data.pk3dir.git Gitlab CI: another attempt to fix workflow rules --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 470f56903..fa46090f5 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,6 +1,7 @@ workflow: + script: echo "commit message: $CI_COMMIT_MESSAGE" rules: - - if: '$CI_COMMIT_MESSAGE == "Transifex autosync"' + - if: $CI_COMMIT_MESSAGE =~ /Transifex autosync/ when: never - when: always