Skip to content

Commit 6168d9a

Browse files
authored
chore: update job to run every day instead of every hour (#10399)
1 parent e9007f0 commit 6168d9a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/owlbot_sha256.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
on:
1616
workflow_dispatch:
1717
schedule:
18-
# every hour
19-
- cron: '0 * * * *'
18+
# Runs at 00:00 UTC every day
19+
- cron: '0 0 * * *'
2020
name: owlbot_lock_update
2121
jobs:
2222
update:

0 commit comments

Comments
 (0)