Skip to content

Commit a097e8b

Browse files
committed
manage: Added cron trigger to workflow validate.yml
Signed-off-by: Jaid <jaid.jsx@gmail.com>
1 parent 1361fe2 commit a097e8b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/validate.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ name: Validate and autofix
22
on:
33
push:
44
branches: [master]
5+
schedule:
6+
- cron: 0 0 * * 1 # Every monday
57
jobs:
68
build:
79
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)