Adjust nightly to build twice a day

This commit is contained in:
Joseph T. Lyons 2023-12-11 13:05:16 -05:00
parent b9bbc4a698
commit cd2abc7c1d

View file

@ -2,8 +2,8 @@ name: Release Nightly
on: on:
schedule: schedule:
# Fire every night at 1:00am # Fire every day at 1:00pm and 1:00am
- cron: "0 1 * * *" - cron: "0 1,13 * * *"
push: push:
tags: tags:
- "nightly" - "nightly"