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 c1fcdda commit 15ef0fbCopy full SHA for 15ef0fb
.github/workflows/build_opa.yaml
@@ -6,7 +6,7 @@ run-name: |
6
on:
7
workflow_dispatch:
8
schedule:
9
- - cron: '0 2 1/2 * *' # https://crontab.guru/#0_2_1/2_*_*
+ - cron: "0 2 1/2 * *" # https://crontab.guru/#0_2_1/2_*_*
10
push:
11
branches: [main]
12
tags:
@@ -33,3 +33,4 @@ jobs:
33
product-name: opa
34
sdp-version: ${{ github.ref_type == 'tag' && github.ref_name || '0.0.0-dev' }}
35
registry-namespace: sdp
36
+ runners: ubicloud
0 commit comments