ci(labeler): check every 6 hours instead of every 5 minutes
This commit is contained in:
parent
3af1ab07c4
commit
8e1929290d
2
.github/workflows/label.yml
vendored
2
.github/workflows/label.yml
vendored
@ -1,7 +1,7 @@
|
|||||||
name: Pull Request Labeler
|
name: Pull Request Labeler
|
||||||
on:
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '*/5 * * * *'
|
- cron: '0 */6 * * *'
|
||||||
jobs:
|
jobs:
|
||||||
labeler:
|
labeler:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
Loading…
Reference in New Issue
Block a user