difftreelog
tests: change job name to lowercase
in: master
4 files changed
.github/workflows/codestyle.ymldiffbeforeafterboth1name: Code style1name: cargo fmt223on:3on:4 pull_request:4 pull_request:.github/workflows/fork-update-withdata.ymldiffbeforeafterboth1name: Upgrade replica1name: upgrade replica223# Controls when the action will run.3# Controls when the action will run.4on:4on:38 strategy:38 strategy:39 matrix:39 matrix:40 include:40 include:41 - network: Opal41 - network: opal42 features: opal-runtime42 features: opal-runtime43 runtime: opal43 runtime: opal44 fork_from_address: wss://eu-ws-opal.unique.network:44344 fork_from_address: wss://eu-ws-opal.unique.network:44345 - network: Quartz45 - network: quartz46 features: quartz-runtime46 features: quartz-runtime47 runtime: quartz47 runtime: quartz48 fork_from_address: wss://eu-ws-quartz.unique.network:44348 fork_from_address: wss://eu-ws-quartz.unique.network:44349 - network: Unique49 - network: unique50 features: unique-runtime50 features: unique-runtime51 runtime: unique51 runtime: unique52 fork_from_address: wss://eu-ws.unique.network:44352 fork_from_address: wss://eu-ws.unique.network:443.github/workflows/forkless-update-nodata.ymldiffbeforeafterboth1name: Upgrade nodata1name: upgrade nodata223# Controls when the action will run.3# Controls when the action will run.4on:4on:51 uses: fabiocaccamo/create-matrix-action@v251 uses: fabiocaccamo/create-matrix-action@v252 id: create_matrix52 id: create_matrix53 with:53 with:54 matrix: |54 matrix: |55 network {Opal}, runtime {opal}, features {opal-runtime}, mainnet_branch {${{ env.QUARTZ_MAINNET_TAG }}}55 network {opal}, runtime {opal}, features {opal-runtime}, mainnet_branch {${{ env.QUARTZ_MAINNET_TAG }}}56 network {Quartz}, runtime {quartz}, features {quartz-runtime}, mainnet_branch {${{ env.QUARTZ_MAINNET_TAG }}}56 network {quartz}, runtime {quartz}, features {quartz-runtime}, mainnet_branch {${{ env.QUARTZ_MAINNET_TAG }}}57 network {Unique}, runtime {unique}, features {unique-runtime}, mainnet_branch {${{ env.UNIQUE_MAINNET_TAG }}}57 network {unique}, runtime {unique}, features {unique-runtime}, mainnet_branch {${{ env.UNIQUE_MAINNET_TAG }}}585859596060.github/workflows/tests_codestyle.ymldiffbeforeafterboth1name: Tests code style1name: yarn eslint223on:3on:4 pull_request:4 pull_request: