ci: only apply the interop Docker build concurrency group for pushes (#5120)

There’s no risk that the uploaded Docker image gets
overwritten for pull requests, since pull requests don’t
upload the image.
This commit is contained in:
Marten Seemann
2025-05-05 19:27:59 +08:00
committed by GitHub
parent 57e46f8a4c
commit 37d0a823d8

View File

@@ -9,7 +9,7 @@ on:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
cancel-in-progress: ${{ github.event_name == 'push' }}
jobs:
interop: