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

difftreelog

Merge pull request #549 from UniqueNetwork/fix/workflow-concurency-rule

kozyrevdev2022-08-30parents: #bb78c7a #ba730d0.patch.diff
in: master
change name of concurency group

8 files changed

modified.github/workflows/codestyle.ymldiffbeforeafterboth
11 - ready_for_review11 - ready_for_review
1212
13concurrency: 13concurrency:
14 group: ${{ github.workflow }}-${{ github.ref }}14 group: ${{ github.workflow }}-${{ github.head_ref }}
15 cancel-in-progress: true15 cancel-in-progress: true
1616
17jobs:17jobs:
modified.github/workflows/dev-build-tests.ymldiffbeforeafterboth
20 REPO_URL: ${{ github.server_url }}/${{ github.repository }}20 REPO_URL: ${{ github.server_url }}/${{ github.repository }}
2121
22concurrency: 22concurrency:
23 group: ${{ github.workflow }}-${{ github.ref }}23 group: ${{ github.workflow }}-${{ github.head_ref }}
24 cancel-in-progress: true24 cancel-in-progress: true
2525
26# 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
modified.github/workflows/forkless-update-data.ymldiffbeforeafterboth
20 REPO_URL: ${{ github.server_url }}/${{ github.repository }}20 REPO_URL: ${{ github.server_url }}/${{ github.repository }}
2121
22concurrency:22concurrency:
23 group: ${{ github.workflow }}-${{ github.ref }}23 group: ${{ github.workflow }}-${{ github.head_ref }}
24 cancel-in-progress: true24 cancel-in-progress: true
2525
26# 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
modified.github/workflows/forkless-update-nodata.ymldiffbeforeafterboth
20 REPO_URL: ${{ github.server_url }}/${{ github.repository }}20 REPO_URL: ${{ github.server_url }}/${{ github.repository }}
2121
22concurrency:22concurrency:
23 group: ${{ github.workflow }}-${{ github.ref }}23 group: ${{ github.workflow }}-${{ github.head_ref }}
24 cancel-in-progress: true24 cancel-in-progress: true
2525
26# 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
modified.github/workflows/nodes-only-update.ymldiffbeforeafterboth
20 REPO_URL: ${{ github.server_url }}/${{ github.repository }}20 REPO_URL: ${{ github.server_url }}/${{ github.repository }}
2121
22concurrency:22concurrency:
23 group: ${{ github.workflow }}-${{ github.ref }}23 group: ${{ github.workflow }}-${{ github.head_ref }}
24 cancel-in-progress: true24 cancel-in-progress: true
2525
26# 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
modified.github/workflows/tests_codestyle.ymldiffbeforeafterboth
11 - ready_for_review11 - ready_for_review
1212
13concurrency: 13concurrency:
14 group: ${{ github.workflow }}-${{ github.ref }}14 group: ${{ github.workflow }}-${{ github.head_ref }}
15 cancel-in-progress: true15 cancel-in-progress: true
1616
17jobs:17jobs:
modified.github/workflows/try-runtime.ymldiffbeforeafterboth
20 REPO_URL: ${{ github.server_url }}/${{ github.repository }}20 REPO_URL: ${{ github.server_url }}/${{ github.repository }}
2121
22concurrency: 22concurrency:
23 group: ${{ github.workflow }}-${{ github.ref }}23 group: ${{ github.workflow }}-${{ github.head_ref }}
24 cancel-in-progress: true24 cancel-in-progress: true
2525
26# 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
modified.github/workflows/unit-test.ymldiffbeforeafterboth
17 workflow_dispatch:17 workflow_dispatch:
1818
19concurrency: 19concurrency:
20 group: ${{ github.workflow }}-${{ github.ref }}20 group: ${{ github.workflow }}-${{ github.head_ref }}
21 cancel-in-progress: true21 cancel-in-progress: true
2222
23# 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