Browse Source

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

pull/11391/head
Esteban Maya 1 year ago
committed by GitHub
parent
commit
ce2a580dd9
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 3
      .github/workflows/test.yml

3
.github/workflows/test.yml

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

Loading…
Cancel
Save