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'
|
||||
on:
|
||||
push
|
||||
schedule:
|
||||
# run this Action every 15 minutes
|
||||
- cron: '*/15 * * * *'
|
||||
jobs:
|
||||
triage:
|
||||
runs-on: ubuntu-18.04
|
||||
|
Reference in New Issue
Block a user