Reduce auto build interval to weekly

This commit is contained in:
Jarno Rankinen 2024-04-06 10:46:24 +03:00 committed by GitHub
parent 12488f3e2c
commit f4fccdc56b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ env:
# Controls when the workflow will run
on:
schedule:
- cron: "39 20 * * *"
- cron: "39 20 * * 3"
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch: