From e4d46f1404b8db049e50a8776cc677127f92e988 Mon Sep 17 00:00:00 2001 From: Evan Mattson Date: Mon, 4 Aug 2025 15:02:20 -0400 Subject: [PATCH] Update keepalive action --- .github/workflows/check-tags.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/check-tags.yml b/.github/workflows/check-tags.yml index 1ff91e5..eb98541 100644 --- a/.github/workflows/check-tags.yml +++ b/.github/workflows/check-tags.yml @@ -71,4 +71,6 @@ jobs: steps: # Checkout is needed to determine if keepalive is necessary based on repo activity. - uses: actions/checkout@v4 - - uses: gautamkrishnar/keepalive-workflow@v2 + - name: keepalive + if: github.event_name == 'schedule' + uses: efrecon/gh-action-keepalive@main