1
0
mirror of https://github.com/bia-technologies/yaxunit.git synced 2024-12-12 09:04:01 +02:00

fix concurrency

This commit is contained in:
alkoleft 2023-08-27 02:58:02 +03:00
parent bf36f5f3ec
commit fab2b066f6
3 changed files with 3 additions and 7 deletions

View File

@ -15,7 +15,7 @@ on:
type: string
required: true
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}-${{ inputs.v8_version }}-${{ inputs.locale }}
group: ${{ github.workflow }}-${{ github.ref }}-${{ inputs.v8_version }}-${{ inputs.locale }}-Linux
cancel-in-progress: true
jobs:
execute-tests:

View File

@ -15,10 +15,8 @@ on:
type: string
required: true
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}-${{ inputs.v8_version }}-${{ inputs.locale }}
group: ${{ github.workflow }}-${{ github.ref }}-${{ inputs.v8_version }}-${{ inputs.locale }}-MacOS
cancel-in-progress: true
jobs:
execute-tests:
runs-on: macos-latest
steps:
- run: echo 'empty'

View File

@ -15,10 +15,8 @@ on:
type: string
required: true
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}-${{ inputs.v8_version }}-${{ inputs.locale }}
group: ${{ github.workflow }}-${{ github.ref }}-${{ inputs.v8_version }}-${{ inputs.locale }}-Windows
cancel-in-progress: true
jobs:
execute-tests:
runs-on: windows-latest
steps:
- run: echo 'empty'