diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1c29450..87b4988 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -5,7 +5,7 @@ on: pull_request: {} workflow_call: {} concurrency: - group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }} + group: ci-${{ github.workflow }}-${{ github.head_ref || github.run_id }} cancel-in-progress: true jobs: test: diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 9be1125..09396de 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -7,7 +7,7 @@ on: schedule: - cron: "0 0 * * 6" concurrency: - group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }} + group: go-${{ github.workflow }}-${{ github.head_ref || github.run_id }} cancel-in-progress: true jobs: security-scan: