Skip to content

Commit 61e5fb9

Browse files
committed
remove keepalive workflow from compathelper
1 parent d28bf85 commit 61e5fb9

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.github/workflows/CompatHelper.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -48,13 +48,13 @@ jobs:
4848
# with:
4949
# ref: 'keepalive' # The branch, tag or SHA to checkout.
5050
# - uses: gautamkrishnar/keepalive-workflow@@v2
51-
keepalive-job:
52-
name: Keepalive Workflow
53-
runs-on: ubuntu-latest
54-
permissions:
55-
actions: write
56-
steps:
57-
- uses: actions/checkout@v4
58-
with:
59-
ref: 'keepalive' # The branch, tag or SHA to checkout.
60-
- uses: gautamkrishnar/keepalive-workflow@v2
51+
# keepalive-job:
52+
# name: Keepalive Workflow
53+
# runs-on: ubuntu-latest
54+
# permissions:
55+
# actions: write
56+
# steps:
57+
# - uses: actions/checkout@v4
58+
# with:
59+
# ref: 'keepalive' # The branch, tag or SHA to checkout.
60+
# - uses: gautamkrishnar/keepalive-workflow@v2

0 commit comments

Comments
 (0)