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 11c9a0a commit 7f2dcb5Copy full SHA for 7f2dcb5
.github/workflows/build.yml
@@ -106,7 +106,7 @@ jobs:
106
concurrency:
107
group: ${{ github.ref == 'refs/heads/main' && github.run_id || github.sha }}-build-previewctl
108
cancel-in-progress: ${{ needs.configuration.outputs.is_main_branch == 'false' }}
109
- runs-on: ubuntu-latest
+ runs-on: ubuntu-latest-16-cores
110
container:
111
image: eu.gcr.io/gitpod-core-dev/dev/dev-environment:main-gha.33389
112
steps:
@@ -157,7 +157,7 @@ jobs:
157
build-gitpod:
158
name: Build Gitpod
159
needs: [ configuration ]
160
161
outputs:
162
affected_packages: ${{ steps.check_vulnerabilities.outputs.affected_packages }}
163
0 commit comments