reduce release automation workflow to weekly

This commit is contained in:
Alice D 2023-02-09 10:05:28 -05:00
parent 7f2b76ceb0
commit c0a9560632
No known key found for this signature in database
GPG key ID: 0BDF327744276026

View file

@ -12,8 +12,8 @@ on:
required: false
description: "Input git-ref to build as a test release"
schedule:
# run every other wednesday at 11AM
- cron: '0 11 1-7,15-21 * 3'
# run every Wednesday at 8AM EST
- cron: '0 8 * * 3'
env:
MESON_VERSION: '0.63.3'