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 8845f68 commit 05e398bCopy full SHA for 05e398b
.github/workflows/buildkite.yaml
@@ -46,7 +46,8 @@ on: # yamllint disable-line rule:truthy
46
# - min interval is 5 mins
47
# - scheduling may be delayed during periods of high load on GitHub Actions infra, such as at the top of every hour
48
# - '*' is a special character in YAML so you have to quote this string
49
- - cron: '*/5 * * * *'
+ #- cron: '*/5 * * * *'
50
+ - cron: '* */4 * * *'
51
52
permissions:
53
contents: read
0 commit comments