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 6cf9d0f commit 35365dcCopy full SHA for 35365dc
.github/workflows/build_spark-connect-client.yaml
@@ -6,7 +6,7 @@ run-name: |
6
on:
7
workflow_dispatch:
8
schedule:
9
- - cron: '0 0 2/2 * *' # https://crontab.guru/#0_0_2/2_*_*
+ - cron: "0 0 2/2 * *" # https://crontab.guru/#0_0_2/2_*_*
10
push:
11
branches: [main]
12
tags:
@@ -34,3 +34,6 @@ jobs:
34
product-name: spark-connect-client
35
sdp-version: ${{ github.ref_type == 'tag' && github.ref_name || '0.0.0-dev' }}
36
registry-namespace: stackable
37
+ # Since building Vector from source, this build runs out of disk space.
38
+ # As such, we use the Ubicloud runners which provide bigger disks.
39
+ runners: ubicloud
0 commit comments