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: Build
concurrency:
group: build
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
on: pull_request

View file

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

View file

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