mirror of
https://github.com/bia-technologies/yaxunit.git
synced 2025-01-20 18:48:36 +02:00
Фикс конкурентной сборки pr и develop
This commit is contained in:
parent
69c9bd0b56
commit
cd1e18c38a
5
.github/workflows/build-on-windows.yml
vendored
5
.github/workflows/build-on-windows.yml
vendored
@ -15,6 +15,11 @@ on:
|
||||
type: string
|
||||
required: false
|
||||
default: build-artifacts
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.ref }}-${{ github.event.number }}-build
|
||||
cancel-in-progress: true
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: windows-latest
|
||||
|
5
.github/workflows/export-xml.yml
vendored
5
.github/workflows/export-xml.yml
vendored
@ -9,6 +9,11 @@ on:
|
||||
artifact_name:
|
||||
type: string
|
||||
required: true
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.ref }}-${{ github.event.number }}-export
|
||||
cancel-in-progress: true
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
|
2
.github/workflows/main-build.yml
vendored
2
.github/workflows/main-build.yml
vendored
@ -6,7 +6,7 @@ on:
|
||||
branches: [ develop ]
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.ref }}
|
||||
group: ${{ github.workflow }}-${{ github.ref }}-${{ github.event.number }}
|
||||
cancel-in-progress: true
|
||||
|
||||
permissions:
|
||||
|
2
.github/workflows/run-tests-linux.yml
vendored
2
.github/workflows/run-tests-linux.yml
vendored
@ -29,7 +29,7 @@ permissions:
|
||||
id-token: write
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.ref }}-${{ inputs.v8_version }}-${{ inputs.locale }}-Linux
|
||||
group: ${{ github.workflow }}-${{ github.ref }}-${{ inputs.v8_version }}-${{ inputs.locale }}-${{ github.event.number }}-Linux
|
||||
cancel-in-progress: true
|
||||
|
||||
jobs:
|
||||
|
2
.github/workflows/run-tests-windows.yml
vendored
2
.github/workflows/run-tests-windows.yml
vendored
@ -24,7 +24,7 @@ on:
|
||||
default: true
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.ref }}-${{ inputs.v8_version }}-${{ inputs.locale }}-Windows
|
||||
group: ${{ github.workflow }}-${{ github.ref }}-${{ inputs.v8_version }}-${{ inputs.locale }}-${{ github.event.number }}-Windows
|
||||
cancel-in-progress: true
|
||||
|
||||
jobs:
|
||||
|
Loading…
x
Reference in New Issue
Block a user