Update .gitlab-ci.yml

This commit is contained in:
2022-11-05 12:05:35 +00:00
parent 9928c99e5b
commit ab7315f902

View File

@@ -42,7 +42,7 @@ k3s:
when: always
- if: '$CI_COMMIT_BRANCH == "main"'
changes:
file:
paths:
- 'ansible/dns.yml'
when: never
- when: never
@@ -67,7 +67,7 @@ k3s-ansible:
when: always
- if: '$CI_COMMIT_BRANCH == "main"'
changes:
file:
paths:
- 'ansible/dns.yml'
when: never
- when: never
@@ -85,7 +85,7 @@ k3s-dns:
rules:
- if: '$CI_COMMIT_BRANCH == "main"'
changes:
file:
paths:
- 'ansible/dns.yml'
when: always
- when: never