mirror of
https://github.com/sablierapp/sablier.git
synced 2026-01-04 20:14:58 +01:00
ci: add concurrency group to cancel stale jobs (#509)
This commit is contained in:
3
.github/workflows/docker.yaml
vendored
3
.github/workflows/docker.yaml
vendored
@@ -9,6 +9,9 @@ on:
|
||||
tags:
|
||||
- "v**"
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.ref }}
|
||||
|
||||
permissions:
|
||||
packages: write # For GHCR
|
||||
|
||||
|
||||
Reference in New Issue
Block a user