Changed Cron To Every 4 hrs

pull/3/head
Varun Sridharan 4 years ago committed by GitHub
parent 58b6b95fd0
commit c0070e389b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -4,7 +4,7 @@ on:
issue_comment:
types: [created, deleted]
schedule:
- cron: "0/15 * * * *"
- cron: "0 */4 * * *"
push:
branches:
- master

Loading…
Cancel
Save