Skip to content

Commit

Permalink
github: Run prebuilt tests on 1st each month
Browse files Browse the repository at this point in the history
  • Loading branch information
johang committed Feb 29, 2024
1 parent 32e4172 commit faf90d0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/prebuilt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
schedule:
# Every Monday evening
- cron: "00 21 * * 1"
# Every first day of month evening
- cron: "00 21 1 * *"

jobs:
test-prebuilt:
Expand Down Expand Up @@ -72,7 +74,7 @@ jobs:
wget
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Download
timeout-minutes: 1
Expand Down

0 comments on commit faf90d0

Please sign in to comment.