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 5bf8caa commit 5c251e7Copy full SHA for 5c251e7
1 file changed
.github/workflows/build_trino.yaml
@@ -35,5 +35,6 @@ jobs:
35
product-name: trino
36
sdp-version: ${{ github.ref_type == 'tag' && github.ref_name || '0.0.0-dev' }}
37
registry-namespace: sdp
38
- # We have a too high disk usage for GitHub runners
+ # Since building Vector from source, this build runs out of disk space.
39
+ # As such, we use the Ubicloud runners which provide bigger disks.
40
runners: ubicloud
0 commit comments