Alerting: Stop running AM integration tests on CI (#100702)

This commit is contained in:
Tito Lins
2025-02-14 16:55:20 +01:00
committed by GitHub
parent 6bd1041cda
commit e343cb5ac9
2 changed files with 3 additions and 3 deletions
+2 -1
View File
@@ -247,7 +247,8 @@
"/pkg/services/sqlstore/migrations/ualert/**/*",
"/pkg/services/alerting/**/*",
"/public/app/features/alerting/**/*",
"/pkg/tests/api/alerting/**/*"
"/pkg/tests/api/alerting/**/*",
"/pkg/tests/alertmanager/**/*"
],
"action": "updateLabel",
"addLabel": "area/alerting"