Skip to content

Commit 03c0f5b

Browse files
committed
setup keepalive workflow
1 parent fc82e32 commit 03c0f5b

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/CompatHelper.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,13 @@ jobs:
1414
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1515
COMPATHELPER_PRIV: ${{ secrets.DOCUMENTER_KEY }}
1616
run: julia -e 'using CompatHelper; CompatHelper.main()'
17+
keepalive-job:
18+
name: Keepalive Workflow
19+
runs-on: ubuntu-latest
20+
permissions:
21+
actions: write
22+
steps:
23+
- uses: actions/checkout@v4
24+
with:
25+
ref: 'keepalive' # The branch, tag or SHA to checkout.
26+
- uses: gautamkrishnar/keepalive-workflow@v2

0 commit comments

Comments
 (0)