ci: Run spectesting nightly

This commit is contained in:
Paul Hinze 2022-04-22 15:38:52 -05:00
parent 4cf5f7c1ba
commit dc58438476
No known key found for this signature in database
GPG key ID: B69DEDF2D55501C0

View file

@ -4,6 +4,9 @@ on:
- 'main'
repository_dispatch:
types: [prerelease]
schedule:
# Run nightly on weekdays at 05:00 UTC or midnight-ish in US time zones
- cron: '0 5 * * 1-5'
jobs:
setup-packet: