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

View File

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