👷 Add cron to run test once a week on monday (#869)
This commit is contained in:
parent
51df778420
commit
355f48860c
3
.github/workflows/test.yml
vendored
3
.github/workflows/test.yml
vendored
@ -14,6 +14,9 @@ on:
|
||||
description: 'Run the build with tmate debugging enabled (https://github.com/marketplace/actions/debugging-with-tmate)'
|
||||
required: false
|
||||
default: 'false'
|
||||
schedule:
|
||||
# cron every week on monday
|
||||
- cron: "0 0 * * 1"
|
||||
|
||||
jobs:
|
||||
test:
|
||||
|
Loading…
x
Reference in New Issue
Block a user