Skip to content

Commit

Permalink
move keepalive action to own job
Browse files Browse the repository at this point in the history
  • Loading branch information
bgctw committed Dec 6, 2024
1 parent 6ee2cc2 commit 9de4b83
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions .github/workflows/CompatHelper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,17 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
COMPATHELPER_PRIV: ${{ secrets.DOCUMENTER_KEY }}
# COMPATHELPER_PRIV: ${{ secrets.COMPATHELPER_PRIV }}
# - uses: actions/checkout@v4
# with:
# ref: 'keepalive' # The branch, tag or SHA to checkout.
# - uses: bgctw/keepalive-workflow@master
keepalive-job:
name: Keepalive Workflow
runs-on: ubuntu-latest
permissions:
actions: write
steps:
- uses: actions/checkout@v4
with:
ref: 'keepalive' # The branch, tag or SHA to checkout.
- uses: bgctw/keepalive-workflow@master

ref: 'keepalive' # The branch, tag or SHA to checkout.
- uses: gautamkrishnar/keepalive-workflow@v2

0 comments on commit 9de4b83

Please sign in to comment.