Skip to content

Commit bd249f2

Browse files
authored
Merge pull request #7 from wp-phpunit/update-keepalive
2 parents a44f51d + e4d46f1 commit bd249f2

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/check-tags.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,4 +71,6 @@ jobs:
7171
steps:
7272
# Checkout is needed to determine if keepalive is necessary based on repo activity.
7373
- uses: actions/checkout@v4
74-
- uses: gautamkrishnar/keepalive-workflow@v2
74+
- name: keepalive
75+
if: github.event_name == 'schedule'
76+
uses: efrecon/gh-action-keepalive@main

0 commit comments

Comments
 (0)