Skip to content

Commit 34dbb4f

Browse files
authored
ci(spark): Use Ubicloud runners (#1400)
1 parent d2e6f1b commit 34dbb4f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build_spark-k8s.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ run-name: |
66
on:
77
workflow_dispatch:
88
schedule:
9-
- cron: '0 0 2/2 * *' # https://crontab.guru/#0_0_2/2_*_*
9+
- cron: "0 0 2/2 * *" # https://crontab.guru/#0_0_2/2_*_*
1010
push:
1111
branches: [main]
1212
tags:
@@ -36,3 +36,4 @@ jobs:
3636
product-name: spark-k8s
3737
sdp-version: ${{ github.ref_type == 'tag' && github.ref_name || '0.0.0-dev' }}
3838
registry-namespace: sdp
39+
runners: ubicloud

0 commit comments

Comments
 (0)