Browse Source

💚 Make GitHub action Issue Manager run once every night

pull/748/head
Sebastián Ramírez 6 years ago
parent
commit
c27ad0dc26
  1. 2
      .github/workflows/main.yml

2
.github/workflows/main.yml

@ -1,6 +1,6 @@
on: on:
schedule: schedule:
- cron: "* * * * *" - cron: "0 0 * * *"
jobs: jobs:
issue-manager: issue-manager:

Loading…
Cancel
Save