Merge pull request #772 from kiwix/unsync-ci-cd

Execute nightly at 3AM (in place of 1AM)
This commit is contained in:
Kelson 2024-10-31 15:43:25 +01:00 committed by GitHub
commit 889e931a99
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ on:
tags: tags:
- r_[0-9]+ - r_[0-9]+
schedule: schedule:
- cron: '0 1 * * *' - cron: '0 3 * * *'
jobs: jobs:
Windows: Windows: