Skip to content

Commit 55658ca

Browse files
keep concurrently opened PRs from stepping on each other
1 parent adbdd0f commit 55658ca

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/deploy-changed-samples.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@ jobs:
1313
deploy_changed_samples:
1414
runs-on: ubuntu-latest
1515
concurrency:
16-
group: deploy_samples-group-${{ github.head_ref }}
17-
cancel-in-progress: true
16+
group: deploy_samples-group
1817
environment: deploy-changed-samples
1918
timeout-minutes: 90
2019
steps:

0 commit comments

Comments
 (0)