ci: control concurrency of the interop Docker image builder (#4665)

This commit is contained in:
Marten Seemann
2024-09-07 13:05:47 +08:00
committed by GitHub
parent 09c2ac8aab
commit 9478a67635

View File

@@ -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"') }}