Skip to content

Commit 635bf8b

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 <zashaikh@redhat.com>
1 parent ff5f751 commit 635bf8b

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
@@ -16,6 +16,10 @@ on:
1616
- opened
1717
- reopened
1818
- synchronize
19+
paths:
20+
- "**.go"
21+
- ".github/**"
22+
- "test/testdata/**"
1923

2024
jobs:
2125
e2e-tests:

0 commit comments

Comments
 (0)