Skip to content

Commit

Permalink
manage: Added cron trigger to workflow validate.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Jaid <jaid.jsx@gmail.com>
  • Loading branch information
Jaid committed Nov 28, 2019
1 parent 85e6d6a commit 5dfd845
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: Validate and autofix
on:
push:
branches: [master]
schedule:
- cron: 0 0 * * 1 # Every monday
jobs:
build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 5dfd845

Please sign in to comment.