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

This commit is contained in:
Esteban Maya
2024-04-01 20:54:47 -05:00
committed by GitHub
parent 8ed3b734cd
commit ce2a580dd9

View File

@@ -8,6 +8,9 @@ on:
types:
- opened
- synchronize
schedule:
# cron every week on monday
- cron: "0 0 * * 1"
jobs:
lint: