Skip to content

Commit 32a202c

Browse files
committed
Fix e2e test concurrency group on PR builds
1 parent 841b616 commit 32a202c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -399,7 +399,7 @@ jobs:
399399
image: eu.gcr.io/gitpod-core-dev/dev/dev-environment:at-node-18-17-1-gha.15610
400400
if: needs.configuration.outputs.with_integration_tests != ''
401401
concurrency:
402-
group: ${{ github.ref == 'refs/heads/main' && github.run_id || github.sha }}-integration-test
402+
group: ${{ needs.configuration.outputs.preview_name }}-integration-test
403403
cancel-in-progress: true
404404
steps:
405405
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)