Skip to content

Commit

Permalink
Fix incomplete concurrency group
Browse files Browse the repository at this point in the history
  • Loading branch information
Sushisource committed Dec 12, 2022
1 parent 9d66d06 commit 04bf1bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/sdk-features-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on: # rebuild any PRs and main branch changes
- master

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

jobs:
Expand Down Expand Up @@ -47,4 +47,4 @@ jobs:
with:
version: v1.17.0
version-is-repo-ref: false
docker-image-artifact-name: temporal-server-docker
docker-image-artifact-name: temporal-server-docker

0 comments on commit 04bf1bb

Please sign in to comment.