We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ed23e0 commit de68a75Copy full SHA for de68a75
1 file changed
.github/workflows/hosting.yaml
@@ -7,8 +7,9 @@ on:
7
- .hosting/**
8
branches:
9
- main
10
- schedule:
11
- - cron: '0 */4 * * *'
+# uncomment this line to run every 4 hours
+# schedule:
12
+# - cron: '0 */4 * * *'
13
workflow_run:
14
workflows: [ CI ]
15
types: [ completed ]
0 commit comments