forked from quic-go/quic-go
ci: control concurrency of the interop Docker image builder (#4665)
This commit is contained in:
4
.github/workflows/build-interop-docker.yml
vendored
4
.github/workflows/build-interop-docker.yml
vendored
@@ -6,6 +6,10 @@ on:
|
|||||||
tags:
|
tags:
|
||||||
- 'v*'
|
- 'v*'
|
||||||
|
|
||||||
|
concurrency:
|
||||||
|
group: ${{ github.workflow }}-${{ github.ref }}
|
||||||
|
cancel-in-progress: true
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
interop:
|
interop:
|
||||||
runs-on: ${{ fromJSON(vars['DOCKER_RUNNER_UBUNTU'] || '"ubuntu-latest"') }}
|
runs-on: ${{ fromJSON(vars['DOCKER_RUNNER_UBUNTU'] || '"ubuntu-latest"') }}
|
||||||
|
|||||||
Reference in New Issue
Block a user