Skip to content

Commit 9de4b83

Browse files
committed
move keepalive action to own job
1 parent 6ee2cc2 commit 9de4b83

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

.github/workflows/CompatHelper.yml

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,17 @@ jobs:
4343
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4444
COMPATHELPER_PRIV: ${{ secrets.DOCUMENTER_KEY }}
4545
# COMPATHELPER_PRIV: ${{ secrets.COMPATHELPER_PRIV }}
46+
# - uses: actions/checkout@v4
47+
# with:
48+
# ref: 'keepalive' # The branch, tag or SHA to checkout.
49+
# - uses: bgctw/keepalive-workflow@master
50+
keepalive-job:
51+
name: Keepalive Workflow
52+
runs-on: ubuntu-latest
53+
permissions:
54+
actions: write
55+
steps:
4656
- uses: actions/checkout@v4
4757
with:
48-
ref: 'keepalive' # The branch, tag or SHA to checkout.
49-
- uses: bgctw/keepalive-workflow@master
50-
58+
ref: 'keepalive' # The branch, tag or SHA to checkout.
59+
- uses: gautamkrishnar/keepalive-workflow@v2

0 commit comments

Comments
 (0)