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