Update .gitlab-ci.yml
This commit is contained in:
@@ -35,8 +35,11 @@ k3s:
|
|||||||
extends: .terraform_apply
|
extends: .terraform_apply
|
||||||
rules:
|
rules:
|
||||||
- if: '$CI_COMMIT_BRANCH == "main"'
|
- if: '$CI_COMMIT_BRANCH == "main"'
|
||||||
- changes:
|
changes:
|
||||||
- 'terraform/*'
|
compare_to: refs/heads/main
|
||||||
|
paths:
|
||||||
|
- 'terraform/*'
|
||||||
|
when: always
|
||||||
- when: never
|
- when: never
|
||||||
|
|
||||||
k3s-ansible:
|
k3s-ansible:
|
||||||
|
|||||||
Reference in New Issue
Block a user