Skip to content

Commit

Permalink
Separate cron time for nightly (#660)
Browse files Browse the repository at this point in the history
Signed-off-by: sagargurung1001@gmail.com <sagargurung1001@gmail.com>
  • Loading branch information
SagarGi committed Jul 4, 2024
1 parent 83714d9 commit 2dc339d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nighlty-ci-release-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Nightly CI Release

on:
schedule:
- cron: '0 22 * * *' # run at 10 PM UTC
- cron: '0 23 * * *' # run at 10 PM UTC

jobs:
builds:
Expand Down

0 comments on commit 2dc339d

Please sign in to comment.