1
0
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:
alkoleft 2023-10-04 00:25:08 +03:00
parent 69c9bd0b56
commit cd1e18c38a
5 changed files with 13 additions and 3 deletions

View File

@ -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

View File

@ -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

View File

@ -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:

View File

@ -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:

View File

@ -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: