We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b91145 commit bb96354Copy full SHA for bb96354
.github/workflows/prewarm-debug.yaml
@@ -1,7 +1,7 @@
1
name: Prewarm-debug
2
on:
3
schedule:
4
- - cron: "0 */2 * * *" # At minute 0 past every 2nd hour
+ - cron: "0 * * * *" # At minute 0
5
workflow_dispatch:
6
jobs:
7
build_and_test:
0 commit comments