Skip to content

Commit db5fb77

Browse files
authored
fix: initiate once at 2 a.m. (#10838)
1 parent ff7be1c commit db5fb77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update_googleapis_commit.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
name: Update googleapis commit
1717
on:
1818
schedule:
19-
- cron: '* 2 * * *'
19+
- cron: '0 2 * * *'
2020
workflow_dispatch:
2121

2222
jobs:

0 commit comments

Comments
 (0)