mirror of
https://github.com/rjNemo/fastapi
synced 2026-06-11 21:16:45 +00:00
💚 Make GitHub action Issue Manager run once every night
This commit is contained in:
parent
6d0caf7522
commit
c27ad0dc26
1 changed files with 1 additions and 1 deletions
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
|
@ -1,6 +1,6 @@
|
||||||
on:
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: "* * * * *"
|
- cron: "0 0 * * *"
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
issue-manager:
|
issue-manager:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue