From 37cc3091e8ef5bdf04162d844b4046c68ee9d561 Mon Sep 17 00:00:00 2001 From: LiuShen <3162475700@qq.com> Date: Tue, 22 Apr 2025 13:07:50 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=A4=90=E5=8E=9Fkeepalive=E8=A3=82?= =?UTF-8?q?=E5=BC=80=E4=BA=86=EF=BC=8C=E5=B0=9D=E8=AF=95=E6=8D=A2=E6=96=B0?= =?UTF-8?q?=E7=9A=84=E8=BF=9B=E8=A1=8C=E4=BF=9D=E6=B4=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/friend_circle_lite.yml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.github/workflows/friend_circle_lite.yml b/.github/workflows/friend_circle_lite.yml index 12637f3..e78d81a 100644 --- a/.github/workflows/friend_circle_lite.yml +++ b/.github/workflows/friend_circle_lite.yml @@ -81,14 +81,10 @@ jobs: keepalive-workflow: name: Keepalive Workflow - if: ${{ always() }} + if: github.event_name == 'schedule' needs: friend-circle-lite runs-on: ubuntu-latest permissions: actions: write steps: - - uses: actions/checkout@v4 - - uses: gautamkrishnar/keepalive-workflow@v2 - with: - committer_username: "github-actions[bot]" - committer_email: "github-actions[bot]@users.noreply.github.com" \ No newline at end of file + - uses: liskin/gh-workflow-keepalive@v1 \ No newline at end of file