Skip to content

Commit 437f8ee

Browse files
committed
Fix incomplete concurrency group
1 parent 081c284 commit 437f8ee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/sdk-features-integration.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on: # rebuild any PRs and main branch changes
77
- master
88

99
concurrency: # Auto-cancel existing runs in the PR when a new commit is pushed
10-
group: ${{ github.head_ref }}
10+
group: ${{ github.head_ref || github.run_id }}
1111
cancel-in-progress: true
1212

1313
jobs:
@@ -47,4 +47,4 @@ jobs:
4747
with:
4848
version: v1.17.0
4949
version-is-repo-ref: false
50-
docker-image-artifact-name: temporal-server-docker
50+
docker-image-artifact-name: temporal-server-docker

0 commit comments

Comments
 (0)