👷 Add cron to run test once a week on monday (#869)

This commit is contained in:
Esteban Maya 2024-04-01 20:50:48 -05:00 committed by GitHub
parent 51df778420
commit 355f48860c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -14,6 +14,9 @@ on:
description: 'Run the build with tmate debugging enabled (https://github.com/marketplace/actions/debugging-with-tmate)' description: 'Run the build with tmate debugging enabled (https://github.com/marketplace/actions/debugging-with-tmate)'
required: false required: false
default: 'false' default: 'false'
schedule:
# cron every week on monday
- cron: "0 0 * * 1"
jobs: jobs:
test: test: