From 011d236d75c628d65e64bfc35a3687f97a713bb0 Mon Sep 17 00:00:00 2001 From: Alexander Aksenov Date: Tue, 13 Sep 2022 07:42:48 +0000 Subject: [PATCH] change job name --- --- a/.github/workflows/node-only-update_v2.yml +++ b/.github/workflows/node-only-update_v2.yml @@ -10,7 +10,7 @@ # A workflow run is made up of one or more jobs that can run sequentially or in parallel jobs: - execution-marix: + execution-matrix: name: execution matrix @@ -42,8 +42,8 @@ - forkless-update-nodata: - needs: execution-marix + nodes-only-update: + needs: execution-matrix # The type of runner that the job will run on runs-on: [self-hosted-ci,large] @@ -263,8 +263,9 @@ - name: Remove builder cache if: always() # run this step always run: | - docker builder prune -f + docker builder prune -f -a docker system prune -f + docker image prune -f -a - name: Clean Workspace if: always() -- gitstuff