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 8aa4ff4 commit d2e6f1bCopy full SHA for d2e6f1b
.github/workflows/build_hive.yaml
@@ -6,7 +6,7 @@ run-name: |
6
on:
7
workflow_dispatch:
8
schedule:
9
- - cron: '0 2 2/2 * *' # https://crontab.guru/#0_2_2/2_*_*
+ - cron: "0 2 2/2 * *" # https://crontab.guru/#0_2_2/2_*_*
10
push:
11
branches: [main]
12
tags:
@@ -36,3 +36,4 @@ jobs:
36
product-name: hive
37
sdp-version: ${{ github.ref_type == 'tag' && github.ref_name || '0.0.0-dev' }}
38
registry-namespace: sdp
39
+ runners: ubicloud
0 commit comments