From a104532b9e570d3a69ab12e548ee47d7d08eb37f Mon Sep 17 00:00:00 2001 From: Julien Loizelet Date: Wed, 15 May 2024 15:23:11 +0900 Subject: [PATCH] ci(keep alive): Specify workflow to keep alive [skip ci] --- .github/workflows/keepalive.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/keepalive.yml b/.github/workflows/keepalive.yml index 75d4cfa..cb1cc53 100644 --- a/.github/workflows/keepalive.yml +++ b/.github/workflows/keepalive.yml @@ -21,4 +21,5 @@ jobs: # keepalive-workflow keeps GitHub from turning off tests after 60 days - uses: gautamkrishnar/keepalive-workflow@v2 with: - time_elapsed: 50 + time_elapsed: 45 + workflow_files: "static-and-unit-test-suite.yml"