ci: Add workflow:rules to fix Gitlab warnings (#3679)

This commit is contained in:
UdjinM6 2020-08-30 17:24:26 +03:00 committed by GitHub
parent c8ef16a6d6
commit 62551a220a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,6 +4,10 @@ variables:
DOCKER_DRIVER: overlay2 DOCKER_DRIVER: overlay2
FAST_MODE: "false" # when "true", only run linter on arm and unit/functional tests on linux64, skip everything else FAST_MODE: "false" # when "true", only run linter on arm and unit/functional tests on linux64, skip everything else
workflow:
rules:
- when: always
stages: stages:
- builder-image - builder-image
- build-depends - build-depends