git.delta.rocks / unique-network / refs/commits / b1e29067ed0f

difftreelog

Specify variable in job name

Alexander Aksenov2022-08-16parent: #ef0cfd2.patch.diff
in: master

2 files changed

modified.github/workflows/fork-update-withdata.ymldiffbeforeafterboth
25 # The type of runner that the job will run on25 # The type of runner that the job will run on
26 runs-on: self-hosted-ci26 runs-on: self-hosted-ci
2727
28 name: Build Container, Spin it Up an test28 name: ${{ matrix.network }} Fork Parachain with data
2929
30 continue-on-error: true #Do not stop testing of matrix runs failed. As it decided during PR review - it required 50/50& Let's check it with false.30 continue-on-error: true #Do not stop testing of matrix runs failed. As it decided during PR review - it required 50/50& Let's check it with false.
3131
modified.github/workflows/forkless-update-nodata.ymldiffbeforeafterboth
57 # The type of runner that the job will run on57 # The type of runner that the job will run on
58 runs-on: self-hosted-ci58 runs-on: self-hosted-ci
5959
60 name: Build Container, Spin it Up an test60 name: ${{ matrix.network }} - Forkless Parachain Upgrade NO data
6161
62 continue-on-error: true #Do not stop testing of matrix runs failed. As it decided during PR review - it required 50/50& Let's check it with false.62 continue-on-error: true #Do not stop testing of matrix runs failed. As it decided during PR review - it required 50/50& Let's check it with false.
6363