git.delta.rocks / unique-network / refs/commits / 011d236d75c6

difftreelog

change job name

Alexander Aksenov2022-09-13parent: #817617d.patch.diff
in: master

1 file changed

modified.github/workflows/node-only-update_v2.ymldiffbeforeafterboth
10# 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 parallel
11jobs:11jobs:
1212
13 execution-marix:13 execution-matrix:
1414
15 name: execution matrix15 name: execution matrix
1616
4242
4343
4444
45 forkless-update-nodata:45 nodes-only-update:
46 needs: execution-marix46 needs: execution-matrix
47 # The type of runner that the job will run on47 # The type of runner that the job will run on
48 runs-on: [self-hosted-ci,large]48 runs-on: [self-hosted-ci,large]
4949
262262
263 - name: Remove builder cache263 - name: Remove builder cache
264 if: always() # run this step always264 if: always() # run this step always
265 run: |265 run: |
266 docker builder prune -f266 docker builder prune -f -a
267 docker system prune -f267 docker system prune -f
268 docker image prune -f -a
268269
269 - name: Clean Workspace270 - name: Clean Workspace
270 if: always()271 if: always()