Skip to content

Commit 7cbf003

Browse files
authored
Merge pull request #5 from wp-phpunit/keepalive
Add Keepalive
2 parents 9b583bd + 5e2ab21 commit 7cbf003

2 files changed

Lines changed: 13 additions & 0 deletions

File tree

.github/workflows/.editorconfig

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[*.yml]
2+
indent_size = 2
3+
indent_style = space

.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)