Skip to content

Commit 05e398b

Browse files
committed
updated buildkite.yaml
1 parent 8845f68 commit 05e398b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/buildkite.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,8 @@ on: # yamllint disable-line rule:truthy
4646
# - min interval is 5 mins
4747
# - scheduling may be delayed during periods of high load on GitHub Actions infra, such as at the top of every hour
4848
# - '*' is a special character in YAML so you have to quote this string
49-
- cron: '*/5 * * * *'
49+
#- cron: '*/5 * * * *'
50+
- cron: '* */4 * * *'
5051

5152
permissions:
5253
contents: read

0 commit comments

Comments
 (0)