fix: set Action on 15 minute schedule (#39327)
This commit is contained in:
4
.github/workflows/label_merge_conflicts.yml
vendored
4
.github/workflows/label_merge_conflicts.yml
vendored
@ -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
|
||||||
|
Reference in New Issue
Block a user