difftreelog
Specify variable in job name
in: master
2 files changed
.github/workflows/fork-update-withdata.ymldiffbeforeafterboth25 # The type of runner that the job will run on25 # The type of runner that the job will run on26 runs-on: self-hosted-ci26 runs-on: self-hosted-ci272728 name: Build Container, Spin it Up an test28 name: ${{ matrix.network }} Fork Parachain with data292930 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.github/workflows/forkless-update-nodata.ymldiffbeforeafterboth57 # The type of runner that the job will run on57 # The type of runner that the job will run on58 runs-on: self-hosted-ci58 runs-on: self-hosted-ci595960 name: Build Container, Spin it Up an test60 name: ${{ matrix.network }} - Forkless Parachain Upgrade NO data616162 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