From b8fe06ef5e38cf9ada46d61e193ba719d0603358 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Mon, 18 Dec 2023 11:14:41 +0100 Subject: Simplify master handling Instead of trying to do it automatic we will rely on the cron job in the project itself to delete the master cache key to force the rebuild. --- .github/workflows/unix-ci.yaml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/unix-ci.yaml b/.github/workflows/unix-ci.yaml index 97ef732..7b9616e 100644 --- a/.github/workflows/unix-ci.yaml +++ b/.github/workflows/unix-ci.yaml @@ -41,12 +41,8 @@ jobs: ~/erlang/ key: ${{ runner.os }}-${{ runner.arch }}-Erlang-${{ inputs.erlang }} - - name: Cleanup old master if necessary - if: steps.cache.outputs.cache-hit == 'true' && inputs.erlang == 'master' - run: ls -la ~/erlang/master ; make ci-auto-master V=3 - - name: Run ci-prepare - if: steps.cache.outputs.cache-hit != 'true' || inputs.erlang == 'master' + if: steps.cache.outputs.cache-hit != 'true' run: make -k ci-prepare CI_OTP=${{ inputs.erlang }} test: -- cgit v1.2.3