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