Skip to content

Commit cbac1e7

Browse files
committed
Add keepalive job to scheduled check-tags workflow
1 parent 9b583bd commit cbac1e7

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

.github/workflows/check-tags.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,3 +62,13 @@ jobs:
6262
if: needs.check-tags.outputs.tags-to-build != '[]'
6363
uses: ./.github/workflows/build.yml
6464
secrets: inherit
65+
66+
keepalive:
67+
name: Keepalive
68+
runs-on: ubuntu-latest
69+
permissions:
70+
actions: write
71+
steps:
72+
# Checkout is needed to determine if keepalive is necessary based on repo activity.
73+
- uses: actions/checkout@v4
74+
- uses: gautamkrishnar/keepalive-workflow@v2

0 commit comments

Comments
 (0)