mirror of
https://github.com/dashpay/dash.git
synced 2024-12-24 19:42:46 +01:00
ci: Add workflow:rules
to fix Gitlab warnings (#3679)
This commit is contained in:
parent
c8ef16a6d6
commit
62551a220a
@ -4,6 +4,10 @@ variables:
|
||||
DOCKER_DRIVER: overlay2
|
||||
FAST_MODE: "false" # when "true", only run linter on arm and unit/functional tests on linux64, skip everything else
|
||||
|
||||
workflow:
|
||||
rules:
|
||||
- when: always
|
||||
|
||||
stages:
|
||||
- builder-image
|
||||
- build-depends
|
||||
|
Loading…
Reference in New Issue
Block a user