diff --git a/.gitea/workflows/ci-cd.yml b/.gitea/workflows/ci-cd.yml index d50dc24d2..a03a4401f 100755 --- a/.gitea/workflows/ci-cd.yml +++ b/.gitea/workflows/ci-cd.yml @@ -30,7 +30,7 @@ on: permissions: contents: read concurrency: - group: ${{ github.workflow }}-${{ github.event_name }}-${{ github.ref }} + group: ci-cd-${{ gitea.event_name }}-${{ gitea.ref }} cancel-in-progress: true jobs: validate: