🤐原keepalive裂开了,尝试换新的进行保活
This commit is contained in:
parent
e1d78bfefa
commit
37cc3091e8
8
.github/workflows/friend_circle_lite.yml
vendored
8
.github/workflows/friend_circle_lite.yml
vendored
@ -81,14 +81,10 @@ jobs:
|
|||||||
|
|
||||||
keepalive-workflow:
|
keepalive-workflow:
|
||||||
name: Keepalive Workflow
|
name: Keepalive Workflow
|
||||||
if: ${{ always() }}
|
if: github.event_name == 'schedule'
|
||||||
needs: friend-circle-lite
|
needs: friend-circle-lite
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
permissions:
|
permissions:
|
||||||
actions: write
|
actions: write
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: liskin/gh-workflow-keepalive@v1
|
||||||
- uses: gautamkrishnar/keepalive-workflow@v2
|
|
||||||
with:
|
|
||||||
committer_username: "github-actions[bot]"
|
|
||||||
committer_email: "github-actions[bot]@users.noreply.github.com"
|
|
Loading…
x
Reference in New Issue
Block a user