Skip to content

Commit 15ef0fb

Browse files
committed
temp(ci/opa): Use only Ubicloud runners
This ensures that the build succeeds with the set of Ubicloud runners specified in the JSON file.
1 parent c1fcdda commit 15ef0fb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build_opa.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 1/2 * *' # https://crontab.guru/#0_2_1/2_*_*
9+
- cron: "0 2 1/2 * *" # https://crontab.guru/#0_2_1/2_*_*
1010
push:
1111
branches: [main]
1212
tags:
@@ -33,3 +33,4 @@ jobs:
3333
product-name: opa
3434
sdp-version: ${{ github.ref_type == 'tag' && github.ref_name || '0.0.0-dev' }}
3535
registry-namespace: sdp
36+
runners: ubicloud

0 commit comments

Comments
 (0)