diff options
| -rw-r--r-- | .github/workflows/binary_test.yml (renamed from .github/workflows/release_test.yml) | 2 | ||||
| -rw-r--r-- | .github/workflows/container_test.yml | 2 | ||||
| -rw-r--r-- | .github/workflows/go.yml | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/release_test.yml b/.github/workflows/binary_test.yml index 9049d18ba..467332359 100644 --- a/.github/workflows/release_test.yml +++ b/.github/workflows/binary_test.yml @@ -6,7 +6,7 @@ on: workflow_dispatch: [] concurrency: - group: ${{ github.head_ref }} + group: ${{ github.head_ref }}/binary_test cancel-in-progress: true jobs: diff --git a/.github/workflows/container_test.yml b/.github/workflows/container_test.yml index 8c83e5c94..122248b14 100644 --- a/.github/workflows/container_test.yml +++ b/.github/workflows/container_test.yml @@ -6,7 +6,7 @@ on: workflow_dispatch: [] concurrency: - group: ${{ github.head_ref }} + group: ${{ github.head_ref }}/container_test cancel-in-progress: true jobs: diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 88c0295ab..d6f7bf1b9 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -7,7 +7,7 @@ on: branches: [ master ] concurrency: - group: ${{ github.head_ref }} + group: ${{ github.head_ref }}/go cancel-in-progress: true jobs: |
