diff options
-rw-r--r-- | .github/workflows/cron.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/cron.yml b/.github/workflows/cron.yml index fb66a649..13147a0c 100644 --- a/.github/workflows/cron.yml +++ b/.github/workflows/cron.yml @@ -7,4 +7,4 @@ on: jobs: lifecycle: if: github.event.schedule == '17 3 * * *' - uses: ./.github/workflows/stale-bot.yml + uses: ./.github/workflows/lifecycle.yml |