We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc82e32 commit 03c0f5bCopy full SHA for 03c0f5b
.github/workflows/CompatHelper.yml
@@ -14,3 +14,13 @@ jobs:
14
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
15
COMPATHELPER_PRIV: ${{ secrets.DOCUMENTER_KEY }}
16
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