Skip to content

Commit 8c5af62

Browse files
fix(ci): fix path in datadog-metrics e2e test.yaml (#24127)
1 parent d6421e3 commit 8c5af62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/e2e/datadog-metrics/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ paths:
2323
- "src/internal_events/datadog_*"
2424
- "src/sinks/datadog/metrics/**"
2525
- "src/sinks/util/**"
26-
- "scripts/integration/datadog-e2e/metrics/**"
26+
- "scripts/e2e/datadog-metrics/**"
2727
- "tests/e2e/datadog/metrics/**"
2828
- "tests/data/e2e/datadog/metrics/**"

0 commit comments

Comments
 (0)