Skip to content

Commit 35a0355

Browse files
committed
fix: Add paths in GitHub actions E2E workflow
added go paths in E2E tests workflow of GitHub actions because it is triggering E2E tests on just non go changes. Signed-off-by: Zaki Shaikh <[email protected]>
1 parent 4d2dd33 commit 35a0355

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/e2e.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ on:
2020
- opened
2121
- reopened
2222
- synchronize
23+
paths:
24+
- "**.go"
25+
- ".github/**"
26+
- "test/testdata/**"
2327

2428
jobs:
2529
e2e-tests:

0 commit comments

Comments
 (0)