Make nightly tests run nightly, not monthly (#624)

This commit is contained in:
Tessa Walsh 2023-02-22 17:54:16 -05:00 committed by GitHub
parent 3df6e0f146
commit cbab425fec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,7 +3,7 @@ name: Nightly tests (K3d)
on:
schedule:
# Run daily at 8am UTC
- cron: '0 8 1 * *'
- cron: '0 8 * * *'
jobs:
btrix-k3d-nightly-test: