From e2b4addcfcbb09ca6cd17396ed5eecfa72b0c431 Mon Sep 17 00:00:00 2001 From: nanos Date: Thu, 23 Mar 2023 07:06:14 +0000 Subject: [PATCH] Try again to keep workflow alive Fixes #24 --- .github/workflows/get_context.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/get_context.yml b/.github/workflows/get_context.yml index 6b5a784..6dad729 100644 --- a/.github/workflows/get_context.yml +++ b/.github/workflows/get_context.yml @@ -39,5 +39,7 @@ jobs: name: artifacts path: | artifacts -# - name: Keep workflow alive -# uses: gautamkrishnar/keepalive-workflow@v1 + - name: Check out, so that we can keep the workflow alive + uses: actions/checkout@v3 + - name: Keep workflow alive + uses: gautamkrishnar/keepalive-workflow@v1