Skip to content
Snippets Groups Projects
Commit dec6be3d authored by Athanasios Karmas's avatar Athanasios Karmas
Browse files

prohibit int release pipeline from running on schedules

parent 6f5077c3
No related branches found
No related tags found
No related merge requests found
......@@ -55,6 +55,9 @@ deploy-int-release-dev-cscs:
resource_group: shared-NFS-mount-dev-cscs
only:
- master
rules:
- if: '$CI_PIPELINE_SOURCE == "schedule"'
when: never
# Deploy the production release of tools (manual pipeline)
# deploy on the production environment of the okd prod cluster at CSCS
......
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