forked from quic-go/quic-go
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:
2
.github/workflows/build-interop-docker.yml
vendored
2
.github/workflows/build-interop-docker.yml
vendored
@@ -9,7 +9,7 @@ on:
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.ref }}
|
||||
cancel-in-progress: true
|
||||
cancel-in-progress: ${{ github.event_name == 'push' }}
|
||||
|
||||
jobs:
|
||||
interop:
|
||||
|
||||
Reference in New Issue
Block a user