Skip to content

Commit 7c8cc51

Browse files
committed
ci: trigger equinix workflow only on source code changes
This commit ensures that the check changes job in the equinix workflow only look for the changes in the actual source code. i.e excluding any go code present in `hack/` folder Signed-off-by: vprashar2929 <[email protected]>
1 parent 101a55d commit 7c8cc51

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/k8s-equinix.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,9 @@ jobs:
2626
with:
2727
filters: |
2828
changes:
29-
- '**/*.go'
29+
- 'cmd/**/*.go'
30+
- 'internal/**/*.go'
31+
- 'config/**/*.go'
3032
- 'go.mod'
3133
- 'go.sum'
3234
create-runner:

0 commit comments

Comments
 (0)