Skip to content

Commit 75f88d9

Browse files
committed
fix(workflow): revert action path in workflow configuration
1 parent 2c2ee50 commit 75f88d9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/clp-execution-image-build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ name: "clp-execution-image-build"
33
on:
44
pull_request:
55
paths:
6-
- "../actions/clp-image-build/action.yaml"
6+
- ".github/actions/clp-image-build/action.yaml"
77
- ".github/workflows/clp-execution-image-build.yaml"
88
- "tools/docker-images/**/*"
99
push:
1010
paths:
11-
- "../actions/clp-image-build/action.yaml"
11+
- ".github/actions/clp-image-build/action.yaml"
1212
- ".github/workflows/clp-execution-image-build.yaml"
1313
- "tools/docker-images/**/*"
1414
schedule:

0 commit comments

Comments
 (0)