Skip to content

Commit 71089ab

Browse files
committed
ci(hive): Use Ubicloud runners
1 parent 6576c7a commit 71089ab

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build_hive.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 2 2/2 * *' # https://crontab.guru/#0_2_2/2_*_*
9+
- cron: "0 2 2/2 * *" # https://crontab.guru/#0_2_2/2_*_*
1010
push:
1111
branches: [main]
1212
tags:
@@ -36,3 +36,4 @@ jobs:
3636
product-name: hive
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)