Skip to content

Commit 15cc457

Browse files
authored
fix action path in CI workflow (#1016)
Signed-off-by: chensuyue <[email protected]>
1 parent cfffb4c commit 15cc457

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr-manifest-e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
paths:
1111
- "**/Dockerfile**"
1212
- "**.py"
13-
- "**/kubernetes/**/manifests/**"
13+
- "**/kubernetes/**/manifest/**"
1414
- "**/tests/test_manifest**"
1515
- "!**.md"
1616
- "!**.txt"

0 commit comments

Comments
 (0)