github: Run prebuilt tests on 1st each month

This commit is contained in:
Johan Gunnarsson 2024-02-29 19:57:32 +01:00
parent 32e4172a46
commit faf90d024d
1 changed files with 3 additions and 1 deletions

View File

@ -4,6 +4,8 @@ on:
schedule: schedule:
# Every Monday evening # Every Monday evening
- cron: "00 21 * * 1" - cron: "00 21 * * 1"
# Every first day of month evening
- cron: "00 21 1 * *"
jobs: jobs:
test-prebuilt: test-prebuilt:
@ -72,7 +74,7 @@ jobs:
wget wget
- name: Checkout - name: Checkout
uses: actions/checkout@v3 uses: actions/checkout@v4
- name: Download - name: Download
timeout-minutes: 1 timeout-minutes: 1