Skip to content

Commit

Permalink
Update nightly-build.yml,change the schedule
Browse files Browse the repository at this point in the history
  • Loading branch information
hustcer committed Jun 16, 2023
1 parent 44d440c commit fcd57a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nightly-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ name: Nightly Build
on:
push:
branches:
- nightly # Just for test purpose only with the nightly repo
- nightly0 # Just for test purpose only with the nightly repo
# This schedule will run only from the default branch
schedule:
- cron: '15 1 * * *' # run at 01:15 AM UTC
- cron: '15 0 * * *' # run at 01:15 AM UTC

defaults:
run:
Expand Down

0 comments on commit fcd57a5

Please sign in to comment.