Skip to content

Commit

Permalink
Adjust nightly to build twice a day
Browse files Browse the repository at this point in the history
  • Loading branch information
JosephTLyons committed Dec 11, 2023
1 parent b9bbc4a commit cd2abc7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release_nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: Release Nightly

on:
schedule:
# Fire every night at 1:00am
- cron: "0 1 * * *"
# Fire every day at 1:00pm and 1:00am
- cron: "0 1,13 * * *"
push:
tags:
- "nightly"
Expand Down

0 comments on commit cd2abc7

Please sign in to comment.