Build the nightly package only once a day/night

No need to be shipping two releases a day, our supported packages and binaries have grown.
pull/899/head
powderluv 2022-06-04 22:40:53 -07:00 committed by GitHub
parent fc419b1e7d
commit b14c5d619d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ name: Release snapshot package
on:
schedule:
- cron: '0 11,22 * * *'
- cron: '0 11 * * *'
workflow_dispatch: