Skip to content
Snippets Groups Projects
Unverified Commit 76355ba4 authored by Timo Furrer's avatar Timo Furrer
Browse files

Update CI job rules with versions file support

parent 9aedc155
Branches
Tags
No related merge requests found
......@@ -13,6 +13,7 @@ include:
when: never
- changes:
- src/gitlab-tofu.sh
- opentofu_versions.yaml
- Dockerfile
- .gitlab-ci.yml
- tests/unit.gitlab-ci.yml
......@@ -24,6 +25,7 @@ include:
when: never
- changes:
- src/gitlab-tofu.sh
- opentofu_versions.yaml
- Dockerfile
- .gitlab-ci.yml
- templates/*.yml
......@@ -113,6 +115,7 @@ gitlab-opentofu-image:build:
- if: $CI_COMMIT_TAG
- changes:
- Dockerfile
- opentofu_versions.yaml
- .gitlab-ci.yml
- src/**/*
- templates/**/*
......@@ -141,6 +144,7 @@ check-readme:
- if: $CI_COMMIT_TAG
- changes:
- Makefile
- opentofu_versions.yaml
- .gitlab-ci.yml
- README.md
- .gitlab/README.md.template
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment