Skip to content

Commit 79d3e44

Browse files
authored
Update sourceops.yaml
updates cron schedule to get around github api rate limit
1 parent 6c608ec commit 79d3e44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/sourceops.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Trigger Source Operations on a Schedule
22
on:
33
schedule:
44
# Run at 00:15 every day
5-
- cron: '15 0 * * *'
5+
- cron: '15 */19 * * *'
66
workflow_dispatch:
77

88
env:

0 commit comments

Comments
 (0)