Skip to content

Commit 3217bd2

Browse files
authored
Set schedule to run 23:55 to have enough time
1 parent ad7aad7 commit 3217bd2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/example.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Test run
22

33
on:
44
schedule:
5-
- cron: '59 23 * * *'
5+
- cron: '55 23 * * *'
66
workflow_dispatch:
77

88

@@ -52,4 +52,4 @@ jobs:
5252
worksheet: 2
5353
append_content: true
5454
google_service_account_email: ${{ secrets.google_service_account_email }}
55-
google_service_account_private_key: ${{ secrets.google_service_account_private_key }}
55+
google_service_account_private_key: ${{ secrets.google_service_account_private_key }}

0 commit comments

Comments
 (0)