difftreelog
Update try-runtime_v2.yml
in: master
1 file changed
.github/workflows/try-runtime_v2.ymldiffbeforeafterboth1# Try-runtime checks2# https://cryptousetech.atlassian.net/browse/CI-3834# Triger: only call from main workflow(re-usable workflows)1on:5on:2 workflow_call:6 workflow_call:3767 if: always() # run this step always71 if: always() # run this step always68 run: docker-compose -f ".docker/docker-compose-try-runtime.yml" -f ".docker/docker-compose.try-runtime.${{ matrix.network }}.yml" down72 run: docker-compose -f ".docker/docker-compose-try-runtime.yml" -f ".docker/docker-compose.try-runtime.${{ matrix.network }}.yml" down73 74 - name: Remove builder cache75 if: always() # run this step always76 run: |77 docker builder prune -f -a78 docker system prune -f79 docker image prune -f -a6980