Skip to content
Snippets Groups Projects
Commit 3e6bd238 authored by Eleni Mathioulaki's avatar Eleni Mathioulaki
Browse files

minor fix in CI job execution rules

parent 47e2d5b1
No related branches found
No related tags found
No related merge requests found
......@@ -191,7 +191,7 @@ build-spack-env-on-runner:
when: always
timeout: 2 days
rules:
- if: $CI_PIPELINE_SOURCE != "schedule"
- if: $CI_PIPELINE_SOURCE != "schedule" && $CI_PIPELINE_SOURCE != "merge_request_event"
sync-gitlab-spack-instance:
stage: build
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment