mirror of https://github.com/tiangolo/fastapi.git
👷 Set GitHub Action Label Approved to run daily, not every minute (#2163)
This commit is contained in:
parent
e96b002599
commit
42bb15de22
|
|
@ -2,7 +2,7 @@ name: Label Approved
|
|||
|
||||
on:
|
||||
schedule:
|
||||
- cron: "* * * * *"
|
||||
- cron: "0 0 * * *"
|
||||
|
||||
jobs:
|
||||
label-approved:
|
||||
|
|
|
|||
Loading…
Reference in New Issue