difftreelog
Merge pull request #549 from UniqueNetwork/fix/workflow-concurency-rule
in: master
change name of concurency group
8 files changed
.github/workflows/codestyle.ymldiffbeforeafterboth11 - ready_for_review11 - ready_for_review121213concurrency: 13concurrency: 14 group: ${{ github.workflow }}-${{ github.ref }}14 group: ${{ github.workflow }}-${{ github.head_ref }}15 cancel-in-progress: true15 cancel-in-progress: true161617jobs:17jobs:.github/workflows/dev-build-tests.ymldiffbeforeafterboth20 REPO_URL: ${{ github.server_url }}/${{ github.repository }}20 REPO_URL: ${{ github.server_url }}/${{ github.repository }}212122concurrency: 22concurrency: 23 group: ${{ github.workflow }}-${{ github.ref }}23 group: ${{ github.workflow }}-${{ github.head_ref }}24 cancel-in-progress: true24 cancel-in-progress: true252526# A workflow run is made up of one or more jobs that can run sequentially or in parallel26# A workflow run is made up of one or more jobs that can run sequentially or in parallel.github/workflows/forkless-update-data.ymldiffbeforeafterboth20 REPO_URL: ${{ github.server_url }}/${{ github.repository }}20 REPO_URL: ${{ github.server_url }}/${{ github.repository }}212122concurrency:22concurrency:23 group: ${{ github.workflow }}-${{ github.ref }}23 group: ${{ github.workflow }}-${{ github.head_ref }}24 cancel-in-progress: true24 cancel-in-progress: true252526# A workflow run is made up of one or more jobs that can run sequentially or in parallel26# A workflow run is made up of one or more jobs that can run sequentially or in parallel.github/workflows/forkless-update-nodata.ymldiffbeforeafterboth20 REPO_URL: ${{ github.server_url }}/${{ github.repository }}20 REPO_URL: ${{ github.server_url }}/${{ github.repository }}212122concurrency:22concurrency:23 group: ${{ github.workflow }}-${{ github.ref }}23 group: ${{ github.workflow }}-${{ github.head_ref }}24 cancel-in-progress: true24 cancel-in-progress: true252526# A workflow run is made up of one or more jobs that can run sequentially or in parallel26# A workflow run is made up of one or more jobs that can run sequentially or in parallel.github/workflows/nodes-only-update.ymldiffbeforeafterboth20 REPO_URL: ${{ github.server_url }}/${{ github.repository }}20 REPO_URL: ${{ github.server_url }}/${{ github.repository }}212122concurrency:22concurrency:23 group: ${{ github.workflow }}-${{ github.ref }}23 group: ${{ github.workflow }}-${{ github.head_ref }}24 cancel-in-progress: true24 cancel-in-progress: true252526# A workflow run is made up of one or more jobs that can run sequentially or in parallel26# A workflow run is made up of one or more jobs that can run sequentially or in parallel.github/workflows/tests_codestyle.ymldiffbeforeafterboth11 - ready_for_review11 - ready_for_review121213concurrency: 13concurrency: 14 group: ${{ github.workflow }}-${{ github.ref }}14 group: ${{ github.workflow }}-${{ github.head_ref }}15 cancel-in-progress: true15 cancel-in-progress: true161617jobs:17jobs:.github/workflows/try-runtime.ymldiffbeforeafterboth20 REPO_URL: ${{ github.server_url }}/${{ github.repository }}20 REPO_URL: ${{ github.server_url }}/${{ github.repository }}212122concurrency: 22concurrency: 23 group: ${{ github.workflow }}-${{ github.ref }}23 group: ${{ github.workflow }}-${{ github.head_ref }}24 cancel-in-progress: true24 cancel-in-progress: true252526# A workflow run is made up of one or more jobs that can run sequentially or in parallel26# A workflow run is made up of one or more jobs that can run sequentially or in parallel.github/workflows/unit-test.ymldiffbeforeafterboth17 workflow_dispatch:17 workflow_dispatch:181819concurrency: 19concurrency: 20 group: ${{ github.workflow }}-${{ github.ref }}20 group: ${{ github.workflow }}-${{ github.head_ref }}21 cancel-in-progress: true21 cancel-in-progress: true222223# A workflow run is made up of one or more jobs that can run sequentially or in parallel23# A workflow run is made up of one or more jobs that can run sequentially or in parallel