Skip to content
Snippets Groups Projects
Commit 0486752a authored by Cédric Moreau's avatar Cédric Moreau
Browse files

fix(#134): fix: `gdev_build` job should be always launched on MR or master

parent 70fa5edb
No related branches found
No related tags found
1 merge request!194Resolve "Add a ĞTest build job on build stage"
Checking pipeline status
......@@ -211,8 +211,7 @@ gdev_build:
- if: $CI_COMMIT_BRANCH =~ /^(release\/runtime-)[0-9].*/
when: never
- if: '$CI_MERGE_REQUEST_ID || $CI_COMMIT_BRANCH == "master"'
when: manual
- when: always
- when: manual
variables:
DEBIAN_FRONTEND: noninteractive
script:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment