Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.

Commit 92e736f

Browse files
gabrealmxinden
andauthored
ci: deploy alerting rules: fix run on changes (#6998)
* ci: deploy alerting rules: fix run on changes Co-authored-by: Max Inden <[email protected]>
1 parent e473c5b commit 92e736f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.gitlab-ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -734,7 +734,8 @@ deploy-kubernetes-alerting-rules:
734734
refs:
735735
- master
736736
changes:
737-
- "${RULES}"
737+
- .gitlab-ci.yml
738+
- .maintain/monitoring/
738739

739740

740741

0 commit comments

Comments
 (0)