Skip to content

Commit e35a0e9

Browse files
authored
fix:Update e2e.yml (#432)
Updates the e2e workflow to only run when changes are made to anything under samples/.
1 parent 78133f8 commit e35a0e9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/e2e.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,15 @@ on:
1717
pull_request:
1818
branches:
1919
- main
20+
paths:
21+
- 'samples/**'
2022
pull_request_review:
2123
types: [submitted]
2224
push:
2325
branches:
2426
- main
27+
paths:
28+
- 'samples/**'
2529
schedule:
2630
- cron: "0 12 * * *"
2731
concurrency:

0 commit comments

Comments
 (0)