mirror of
https://github.com/CHN-beta/nixpkgs.git
synced 2026-01-12 02:40:31 +08:00
workflows/labels: run every 10 minutes
This will give us much quicker approval labeling, but still need much
less resources than before, when we ran on every PR comment.
(cherry picked from commit 656b53b0dd)
This commit is contained in:
committed by
github-actions[bot]
parent
f7518d076e
commit
1f7f64b47b
2
.github/workflows/labels.yml
vendored
2
.github/workflows/labels.yml
vendored
@@ -7,7 +7,7 @@ name: "Label PR"
|
||||
|
||||
on:
|
||||
schedule:
|
||||
- cron: '37 * * * *'
|
||||
- cron: '07,17,27,37,47,57 * * * *'
|
||||
workflow_call:
|
||||
workflow_dispatch:
|
||||
inputs:
|
||||
|
||||
Reference in New Issue
Block a user