Skip to content

Commit 2a6c09f

Browse files
authored
Merge pull request #312 from equinix/e2e-go-pr
ci: only run end-to-end tests if the code changed
2 parents 800c013 + 3376d4e commit 2a6c09f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/e2e-test.yml

+4
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ name: End-to-end Tests
99

1010
on:
1111
pull_request_target:
12+
paths:
13+
- '**.go'
14+
- 'go.mod'
15+
- 'go.sum'
1216
workflow_dispatch:
1317

1418
permissions:

0 commit comments

Comments
 (0)