Skip to content

Commit bb96354

Browse files
authored
Prewarm more often (#11698)
1 parent 2b91145 commit bb96354

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/prewarm-debug.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Prewarm-debug
22
on:
33
schedule:
4-
- cron: "0 */2 * * *" # At minute 0 past every 2nd hour
4+
- cron: "0 * * * *" # At minute 0
55
workflow_dispatch:
66
jobs:
77
build_and_test:

0 commit comments

Comments
 (0)