We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 081c284 commit 437f8eeCopy full SHA for 437f8ee
.github/workflows/sdk-features-integration.yml
@@ -7,7 +7,7 @@ on: # rebuild any PRs and main branch changes
7
- master
8
9
concurrency: # Auto-cancel existing runs in the PR when a new commit is pushed
10
- group: ${{ github.head_ref }}
+ group: ${{ github.head_ref || github.run_id }}
11
cancel-in-progress: true
12
13
jobs:
@@ -47,4 +47,4 @@ jobs:
47
with:
48
version: v1.17.0
49
version-is-repo-ref: false
50
- docker-image-artifact-name: temporal-server-docker
+ docker-image-artifact-name: temporal-server-docker
0 commit comments