From e6407d3258ecde660caa3bc8d0d0c0d5f979e4f5 Mon Sep 17 00:00:00 2001 From: Techassi Date: Wed, 5 Nov 2025 14:58:05 +0100 Subject: [PATCH] ci(nifi): Use Ubicloud runners only --- .github/workflows/build_nifi.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build_nifi.yaml b/.github/workflows/build_nifi.yaml index 8c55d395b..7aa6dc4a1 100644 --- a/.github/workflows/build_nifi.yaml +++ b/.github/workflows/build_nifi.yaml @@ -6,7 +6,7 @@ run-name: | on: workflow_dispatch: schedule: - - cron: '0 0 1/2 * *' # https://crontab.guru/#0_0_1/2_*_* + - cron: "0 0 1/2 * *" # https://crontab.guru/#0_0_1/2_*_* push: branches: [main] tags: @@ -35,3 +35,6 @@ jobs: product-name: nifi 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