Skip to content

Commit 2b9ccc4

Browse files
committed
Revert "temp(ci/opa): Use only Ubicloud runners"
This reverts commit 15ef0fb.
1 parent 15ef0fb commit 2b9ccc4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/build_opa.yaml

Lines changed: 1 addition & 2 deletions
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,4 +33,3 @@ 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)