fix: set Action on 15 minute schedule (#39327)

This commit is contained in:
Randell Dawson 2020-07-27 10:07:03 -07:00 committed by GitHub
parent e32022a198
commit 2cfee3ae96
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,8 @@
name: 'Check for merge conflicts'
on:
push
schedule:
# run this Action every 15 minutes
- cron: '*/15 * * * *'
jobs:
triage:
runs-on: ubuntu-18.04