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