Skip to content

Commit

Permalink
Disable normal CI jobs for tags
Browse files Browse the repository at this point in the history
  • Loading branch information
dimula73 committed May 12, 2024
1 parent 492bfb5 commit cfb2a5b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .gitlab-ci.yml
Expand Up @@ -14,12 +14,16 @@ variables:
rules:
- if: $CI_PIPELINE_SOURCE == "schedule"
when: never
- if: $CI_COMMIT_TAG
when: never
- when: manual

.ci-always-job-mixin:
rules:
- if: $CI_PIPELINE_SOURCE == "schedule"
when: never
- if: $CI_COMMIT_TAG
when: never
- when: always

.ci-release-job-mixin:
Expand Down

0 comments on commit cfb2a5b

Please sign in to comment.