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:
parent
bf36f5f3ec
commit
fab2b066f6
2
.github/workflows/run-tests-linux.yml
vendored
2
.github/workflows/run-tests-linux.yml
vendored
@ -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:
|
||||
|
4
.github/workflows/run-tests-macos.yml
vendored
4
.github/workflows/run-tests-macos.yml
vendored
@ -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'
|
||||
|
4
.github/workflows/run-tests-windows.yml
vendored
4
.github/workflows/run-tests-windows.yml
vendored
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user