From 0d95631980de13b07386460bd4a0d04c0bd562d5 Mon Sep 17 00:00:00 2001 From: Michael Date: Wed, 22 Mar 2023 07:24:47 +0000 Subject: [PATCH] Disable keepalive This is causing an error (#23) because we aren't actually checking out the repo. Need to revisit at a later stage. --- .github/workflows/get_context.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/get_context.yml b/.github/workflows/get_context.yml index e0b8f3f..6b5a784 100644 --- a/.github/workflows/get_context.yml +++ b/.github/workflows/get_context.yml @@ -39,5 +39,5 @@ jobs: name: artifacts path: | artifacts - - name: Keep workflow alive - uses: gautamkrishnar/keepalive-workflow@v1 +# - name: Keep workflow alive +# uses: gautamkrishnar/keepalive-workflow@v1