Skip to content

Commit 13f0ba0

Browse files
(AB-4960) Run expectations workflow every 30m (#89)
This change reduces the frequency the expectations GHA runs from once every 10 minutes to once every 30 minutes to help reduce the frequency of rate limiting.
1 parent c6934de commit 13f0ba0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/expectations.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
name: Commenting
66
on:
77
schedule:
8-
- cron: 0/10 * * * *
8+
- cron: 0/30 * * * *
99
permissions:
1010
contents: read
1111
pull-requests: write

0 commit comments

Comments
 (0)