Skip to content

Commit

Permalink
after testing, moved manual triggering only in prod release
Browse files Browse the repository at this point in the history
  • Loading branch information
jdorsch committed Sep 10, 2024
1 parent 40a7a89 commit 3bcc60b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -198,10 +198,10 @@ tag_release:
VAULT_ID_TOKEN:
aud: https://git.cscs.ch
rules:
- if: '$CI_COMMIT_TAG =~ /^v1+[.][0-9]+([.][0-9]+)-dev+([.][0-9]+)?$/'
- if: '$CI_COMMIT_TAG =~ /^v1+[.][0-9]+([.][0-9]+)-dev+([.][0-9]+)?$/'
- if: '$CI_COMMIT_TAG =~ /^v1+[.][0-9]+([.][0-9]+)?$/'
when: manual
allow_failure: false
- if: '$CI_COMMIT_TAG =~ /^v1+[.][0-9]+([.][0-9]+)?$/'

image:
name: ${CI_REGISTRY_PREFIX}/ci-util:latest
Expand Down

0 comments on commit 3bcc60b

Please sign in to comment.