Skip to content

Commit a8be143

Browse files
committed
run workflow multiple times a day
1 parent fea595d commit a8be143

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/e2e.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ on:
55
branches:
66
- master
77
schedule:
8-
# run it once a day not to burn macOS capacity
9-
- cron: "10 8 * * *"
8+
# run it every 6 hours not to burn macOS capacity
9+
- cron: "10 */6 * * *"
1010
workflow_dispatch: {}
1111

1212
jobs:

0 commit comments

Comments
 (0)