Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .github/workflows/build_trino.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ run-name: |
on:
workflow_dispatch:
schedule:
- cron: '0 0 2/2 * *' # https://crontab.guru/#0_0_2/2_*_*
- cron: "0 0 2/2 * *" # https://crontab.guru/#0_0_2/2_*_*
push:
branches: [main]
tags:
Expand Down Expand Up @@ -35,3 +35,4 @@ jobs:
product-name: trino
sdp-version: ${{ github.ref_type == 'tag' && github.ref_name || '0.0.0-dev' }}
registry-namespace: sdp
runners: ubicloud