git.delta.rocks / unique-network / refs/commits / 828b3e348290

difftreelog

Update node-only-update_v2.yml

Alex2022-10-19parent: #81331e5.patch.diff
in: master

1 file changed

modified.github/workflows/node-only-update_v2.ymldiffbeforeafterboth
1# https://cryptousetech.atlassian.net/browse/CI-85
2# Node only update with restart polkadot-launch process.
3
1name: nodes-only update4name: nodes-only update
25
3# 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 variables9
7env:10
8 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 parallel
9
10# A workflow run is made up of one or more jobs that can run sequentially or in parallel
11jobs:12jobs:
1213
13 nodes-execution-matrix:14 nodes-execution-matrix: