Skip to content

Commit

Permalink
Merge pull request #772 from kiwix/unsync-ci-cd
Browse files Browse the repository at this point in the history
Execute nightly at 3AM (in place of 1AM)
  • Loading branch information
kelson42 authored Oct 31, 2024
2 parents 022f657 + bcb16d3 commit 889e931
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
tags:
- r_[0-9]+
schedule:
- cron: '0 1 * * *'
- cron: '0 3 * * *'

jobs:
Windows:
Expand Down

0 comments on commit 889e931

Please sign in to comment.