mirror of
https://github.com/kubeshark/kubeshark.git
synced 2025-07-04 20:08:38 +00:00
Add concurrency to mizu publish action (#232)
This commit is contained in:
parent
a9b5eba9d4
commit
acdbdedd5d
3
.github/workflows/publish.yml
vendored
3
.github/workflows/publish.yml
vendored
@ -4,6 +4,9 @@ on:
|
||||
branches:
|
||||
- 'develop'
|
||||
- 'main'
|
||||
concurrency:
|
||||
group: mizu-publish-${{ github.ref }}
|
||||
cancel-in-progress: true
|
||||
jobs:
|
||||
docker:
|
||||
runs-on: ubuntu-latest
|
||||
|
Loading…
Reference in New Issue
Block a user