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

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

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