Skip to content

Commit

Permalink
ci: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
stratmannbenedikt committed Oct 17, 2024
1 parent 0077b82 commit fc85e23
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,14 @@ default:
- $CI_RUNNER_TAG_COMMON # Set in repository environment variables
image: python:3.8 # Image to use for the runners should be in line with the main application environment

workflow:
rules:
- if: $CI_COMMIT_TAG
when: never
- if: '$CI_COMMIT_TITLE =~ /^ci: bump version/'
when: never
- if: $CI_PIPELINE_SOURCE == "push" || $CI_PIPELINE_SOURCE == "schedule" || $CI_PIPELINE_SOURCE == "web"

include:
- project: 'iosb/kis/icps/misc/icps-ci-cd'
ref: main
Expand Down

0 comments on commit fc85e23

Please sign in to comment.