fix: set merge conflict Action to run every 12 hours instead of every 15 minutes (#39335)
* fix: run action every 12 hours Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>
This commit is contained in:
4
.github/workflows/label_merge_conflicts.yml
vendored
4
.github/workflows/label_merge_conflicts.yml
vendored
@ -1,8 +1,8 @@
|
|||||||
name: 'Check for merge conflicts'
|
name: 'Check for merge conflicts'
|
||||||
on:
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
# run this Action every 15 minutes
|
# run this Action every 12 hours
|
||||||
- cron: '*/15 * * * *'
|
- cron: '0 */12 * * *'
|
||||||
jobs:
|
jobs:
|
||||||
triage:
|
triage:
|
||||||
runs-on: ubuntu-18.04
|
runs-on: ubuntu-18.04
|
||||||
|
Reference in New Issue
Block a user