From 81331e51fe4c480564826cdc4b428b0767a6af24 Mon Sep 17 00:00:00 2001 From: Alex <12645087+lzadjsf@users.noreply.github.com> Date: Wed, 19 Oct 2022 09:02:57 +0000 Subject: [PATCH] Update try-runtime_v2.yml --- --- a/.github/workflows/try-runtime_v2.yml +++ b/.github/workflows/try-runtime_v2.yml @@ -1,3 +1,7 @@ +# Try-runtime checks +# https://cryptousetech.atlassian.net/browse/CI-38 + +# Triger: only call from main workflow(re-usable workflows) on: workflow_call: @@ -66,3 +70,10 @@ - name: Stop running containers if: always() # run this step always run: docker-compose -f ".docker/docker-compose-try-runtime.yml" -f ".docker/docker-compose.try-runtime.${{ matrix.network }}.yml" down + + - name: Remove builder cache + if: always() # run this step always + run: | + docker builder prune -f -a + docker system prune -f + docker image prune -f -a -- gitstuff