aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/unix-ci.yaml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/unix-ci.yaml')
-rw-r--r--.github/workflows/unix-ci.yaml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/workflows/unix-ci.yaml b/.github/workflows/unix-ci.yaml
index 8caae46..1f72267 100644
--- a/.github/workflows/unix-ci.yaml
+++ b/.github/workflows/unix-ci.yaml
@@ -41,6 +41,10 @@ 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: make ci-auto-master
+
- name: Run ci-prepare
if: steps.cache.outputs.cache-hit != 'true' || inputs.erlang == 'master'
run: make -k ci-prepare CI_OTP=${{ inputs.erlang }}