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 841b616 commit 32a202cCopy full SHA for 32a202c
.github/workflows/build.yml
@@ -399,7 +399,7 @@ jobs:
399
image: eu.gcr.io/gitpod-core-dev/dev/dev-environment:at-node-18-17-1-gha.15610
400
if: needs.configuration.outputs.with_integration_tests != ''
401
concurrency:
402
- group: ${{ github.ref == 'refs/heads/main' && github.run_id || github.sha }}-integration-test
+ group: ${{ needs.configuration.outputs.preview_name }}-integration-test
403
cancel-in-progress: true
404
steps:
405
- uses: actions/checkout@v3
0 commit comments