diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 698177c8d..30e4e3f97 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -1,7 +1,7 @@ name: Continuous Integration & Deployment on: [push] concurrency: - group: ${{ github-workflow }}-${{ github.ref }} + group: ${{ github.workflow }}-${{ github.ref }} cancel-in-progress: true jobs: