From 7b87f3550cc57e06dd85aeb64b95db63f1cde442 Mon Sep 17 00:00:00 2001 From: ehco1996 Date: Wed, 6 Sep 2023 09:42:00 +0800 Subject: [PATCH] *: fix stale ci --- .github/workflows/issue.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/issue.yaml b/.github/workflows/issue.yaml index b4b07b7bb3..05fc3f9ffa 100644 --- a/.github/workflows/issue.yaml +++ b/.github/workflows/issue.yaml @@ -2,9 +2,6 @@ name: "Close stale issues and PRs" on: schedule: - cron: "30 1 * * *" - push: - branch: - - debug-ci jobs: stale: runs-on: ubuntu-latest