diff --git a/.github/workflows/build_trino.yaml b/.github/workflows/build_trino.yaml index f6121bb89..7c2300dad 100644 --- a/.github/workflows/build_trino.yaml +++ b/.github/workflows/build_trino.yaml @@ -6,7 +6,7 @@ run-name: | on: workflow_dispatch: schedule: - - cron: '0 0 2/2 * *' # https://crontab.guru/#0_0_2/2_*_* + - cron: "0 0 2/2 * *" # https://crontab.guru/#0_0_2/2_*_* push: branches: [main] tags: @@ -35,3 +35,6 @@ jobs: product-name: trino sdp-version: ${{ github.ref_type == 'tag' && github.ref_name || '0.0.0-dev' }} registry-namespace: sdp + # Since building Vector from source, this build runs out of disk space. + # As such, we use the Ubicloud runners which provide bigger disks. + runners: ubicloud