Skip to content

Commit 24bbda0

Browse files
committed
Add test changes temporarily to ensure job triggers correctly
1 parent c09b64b commit 24bbda0

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

alertmanager/receivers.libsonnet

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
22
pagerduty: (import './receivers/pagerduty.libsonnet'),
3-
slack: (import './receivers/slack.libsonnet'),
3+
slack: (import './receivers/slack.libsonnet'), // this is a test change
4+
45
}

apache-activemq-mixin/config.libsonnet

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,6 @@
1919

2020
enableLokiLogs: true,
2121
filterSelector: 'job=~"integrations/apache-activemq"',
22+
// this is a test change
2223
},
2324
}

0 commit comments

Comments
 (0)