From 1d366b0f86c6544e7d85234ddfe59b550ef883b7 Mon Sep 17 00:00:00 2001 From: nanos Date: Tue, 21 Mar 2023 08:43:57 +0000 Subject: [PATCH] Prevent workflow from getting disabled (#17) --- .github/workflows/get_context.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/get_context.yml b/.github/workflows/get_context.yml index 9f390ac..94e61fa 100644 --- a/.github/workflows/get_context.yml +++ b/.github/workflows/get_context.yml @@ -39,3 +39,5 @@ jobs: name: artifacts path: | artifacts + - name: Keep workflow alive + uses: gautamkrishnar/keepalive-workflow@v1