Skip to content

Commit 939bf94

Browse files
authored
.github/workflows: Avoid running the e2e-tests workflow on doc-only pull requests (#2299)
Update the e2e-tests.yml github workflow and avoid running that action on PRs that only change the doc directory. Signed-off-by: timflannagan <[email protected]>
1 parent 5c40752 commit 939bf94

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/e2e-tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ on:
44
branches:
55
- master
66
pull_request:
7+
paths:
8+
- '**'
9+
- '!doc/**'
710
jobs:
811
run-e2e-tests:
912
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)