mirror of
https://github.com/rjNemo/fastapi
synced 2026-06-06 02:26:46 +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:
|
||||
schedule:
|
||||
- cron: "* * * * *"
|
||||
- cron: "0 0 * * *"
|
||||
|
||||
jobs:
|
||||
label-approved:
|
||||
|
|
|
|||
Loading…
Reference in a new issue