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 b594ca8 commit 8e05167Copy full SHA for 8e05167
.github/workflows/build_spark-k8s.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:
@@ -36,3 +36,6 @@ jobs:
36
product-name: spark-k8s
37
sdp-version: ${{ github.ref_type == 'tag' && github.ref_name || '0.0.0-dev' }}
38
registry-namespace: sdp
39
+ # Since building Vector from source, this build runs out of disk space.
40
+ # As such, we use the Ubicloud runners which provide bigger disks.
41
+ runners: ubicloud
0 commit comments