chore: fix gh actions concurrency

This commit is contained in:
Zamitto
2025-02-18 22:36:49 -03:00
parent b6193636dd
commit adf3bf38a8
3 changed files with 3 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
name: Release
concurrency:
group: release
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
on: