Skip to content

Commit 620ef76

Browse files
authored
open manifest test in CI when dockerfile changed (#985)
Signed-off-by: chensuyue <suyue.chen@intel.com>
1 parent 23b820e commit 620ef76

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ on:
88
branches: ["main", "*rc"]
99
types: [opened, reopened, ready_for_review, synchronize] # added `ready_for_review` since draft is skipped
1010
paths:
11+
- "**/Dockerfile**"
12+
- "**.py"
1113
- "**/kubernetes/**/manifests/**"
1214
- "**/tests/test_manifest**"
1315
- "!**.md"

0 commit comments

Comments
 (0)