Skip to content

Commit a515aad

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 16234d8 commit a515aad

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/e2e.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ on:
1616
- opened
1717
- reopened
1818
- synchronize
19+
paths:
20+
- "**.go"
1921

2022
jobs:
2123
e2e-tests:

0 commit comments

Comments
 (0)