difftreelog
Update node-only-update_v2.yml
in: master
1 file changed
.github/workflows/node-only-update_v2.ymldiffbeforeafterboth1# https://cryptousetech.atlassian.net/browse/CI-852# Node only update with restart polkadot-launch process.31name: nodes-only update4name: nodes-only update253# Controls when the action will run.6# Triger: only call from main workflow(re-usable workflows)4on:7on:5 workflow_call:8 workflow_call:6#Define Workflow variables97env:108 REPO_URL: ${{ github.server_url }}/${{ github.repository }}11# A workflow run is made up of one or more jobs that can run sequentially or in parallel910# A workflow run is made up of one or more jobs that can run sequentially or in parallel11jobs:12jobs:121313 nodes-execution-matrix:14 nodes-execution-matrix: