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

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