difftreelog
change job name
in: master
1 file changed
.github/workflows/node-only-update_v2.ymldiffbeforeafterboth10# A workflow run is made up of one or more jobs that can run sequentially or in parallel10# A workflow run is made up of one or more jobs that can run sequentially or in parallel11jobs:11jobs:121213 execution-marix:13 execution-matrix:141415 name: execution matrix15 name: execution matrix161642424343444445 forkless-update-nodata:45 nodes-only-update:46 needs: execution-marix46 needs: execution-matrix47 # The type of runner that the job will run on47 # The type of runner that the job will run on48 runs-on: [self-hosted-ci,large]48 runs-on: [self-hosted-ci,large]4949262262263 - name: Remove builder cache263 - name: Remove builder cache264 if: always() # run this step always264 if: always() # run this step always265 run: |265 run: |266 docker builder prune -f266 docker builder prune -f -a267 docker system prune -f267 docker system prune -f268 docker image prune -f -a268269269 - name: Clean Workspace270 - name: Clean Workspace270 if: always()271 if: always()