difftreelog
job concurency
in: master
7 files changed
.github/workflows/build-test-master.ymldiffbeforeafterboth27 runs-on: [self-hosted-ci,large]27 runs-on: [self-hosted-ci,large]28 timeout-minutes: 138028 timeout-minutes: 13802930 concurrency: 31 group: ${{ github.workflow }}-${{ github.ref }}32 cancel-in-progress: true293330 name: ${{ matrix.network }}34 name: ${{ matrix.network }}3135.github/workflows/codestyle.ymldiffbeforeafterboth14 rustfmt:14 rustfmt:15 runs-on: self-hosted-ci15 runs-on: self-hosted-ci16 17 concurrency: 18 group: ${{ github.workflow }}-${{ github.ref }}19 cancel-in-progress: true162017 steps:21 steps:18 - name: Skip if pull request is in Draft22 - name: Skip if pull request is in Draft48 if: ${{ false }}52 if: ${{ false }}49 runs-on: self-hosted-ci53 runs-on: self-hosted-ci54 55 concurrency: 56 group: ${{ github.workflow }}-${{ github.ref }}57 cancel-in-progress: true505851 steps:59 steps:52 - name: Skip if pull request is in Draft60 - name: Skip if pull request is in Draft.github/workflows/fork-update-withdata.ymldiffbeforeafterboth27 runs-on: [self-hosted-ci,large]27 runs-on: [self-hosted-ci,large]28 timeout-minutes: 138028 timeout-minutes: 13802930 concurrency: 31 group: ${{ github.workflow }}-${{ github.ref }}32 cancel-in-progress: true293330 name: ${{ matrix.network }}34 name: ${{ matrix.network }}3135.github/workflows/forkless-update-nodata.ymldiffbeforeafterboth30 outputs:30 outputs:31 matrix: ${{ steps.create_matrix.outputs.matrix }}31 matrix: ${{ steps.create_matrix.outputs.matrix }}3233 concurrency: 34 group: ${{ github.workflow }}-${{ github.ref }}35 cancel-in-progress: true3632 steps:37 steps:33 38 58 # The type of runner that the job will run on63 # The type of runner that the job will run on59 runs-on: [self-hosted-ci,medium]64 runs-on: [self-hosted-ci,medium]65 66 concurrency: 67 group: ${{ github.workflow }}-${{ github.ref }}68 cancel-in-progress: true6960 timeout-minutes: 138070 timeout-minutes: 13806171.github/workflows/node_build_test.ymldiffbeforeafterboth26 runs-on: [self-hosted-ci,medium]26 runs-on: [self-hosted-ci,medium]27 timeout-minutes: 138027 timeout-minutes: 13802829 concurrency: 30 group: ${{ github.workflow }}-${{ github.ref }}31 cancel-in-progress: true283229 name: ${{ matrix.network }}33 name: ${{ matrix.network }}3034.github/workflows/tests_codestyle.ymldiffbeforeafterboth14 code_style:14 code_style:15 runs-on: self-hosted-ci15 runs-on: self-hosted-ci1617 concurrency: 18 group: ${{ github.workflow }}-${{ github.ref }}19 cancel-in-progress: true162017 steps:21 steps:18 - name: Skip if pull request is in Draft22 - name: Skip if pull request is in Draft.github/workflows/try-runtime.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-ci2728 concurrency: 29 group: ${{ github.workflow }}-${{ github.ref }}30 cancel-in-progress: true273128 name: ${{ matrix.network }} - Try-runtime32 name: ${{ matrix.network }} - Try-runtime2933