mirror of
https://github.com/rjNemo/fastapi
synced 2026-06-12 05:26:45 +00:00
👷 Set GitHub Action Label Approved to run daily, not every minute (#2163)
This commit is contained in:
parent
e96b002599
commit
42bb15de22
1 changed files with 1 additions and 1 deletions
2
.github/workflows/label-approved.yml
vendored
2
.github/workflows/label-approved.yml
vendored
|
|
@ -2,7 +2,7 @@ name: Label Approved
|
||||||
|
|
||||||
on:
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: "* * * * *"
|
- cron: "0 0 * * *"
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
label-approved:
|
label-approved:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue