We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fea595d commit a8be143Copy full SHA for a8be143
1 file changed
.github/workflows/e2e.yml
@@ -5,8 +5,8 @@ on:
5
branches:
6
- master
7
schedule:
8
- # run it once a day not to burn macOS capacity
9
- - cron: "10 8 * * *"
+ # run it every 6 hours not to burn macOS capacity
+ - cron: "10 */6 * * *"
10
workflow_dispatch: {}
11
12
jobs:
0 commit comments