Skip to content
Closed
Changes from all commits
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
6 changes: 4 additions & 2 deletions .github/workflows/maven-build-collate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,15 +80,17 @@ jobs:
ref: ${{ github.event.pull_request.head.sha }}
allow-unsafe-pr-checkout: true
persist-credentials: false
- name: Trigger Collate build & wait
- name: Trigger Collate & AI Platform build and wait
uses: benc-uk/workflow-dispatch@v1.3.2
timeout-minutes: 60
env:
SHA: ${{ github.event_name == 'push' && github.event.after || github.event.pull_request.head.sha || github.sha }}
with:
workflow: OpenMetadata Collate Test
# Collate mirrors each OpenMetadata release line on an identically
# named branch, so build the Collate branch matching the PR base.
# named branch, so build the Collate branch matching the PR base. That
# branch also pins the AI Platform (CAIP) line the dispatched workflow
# builds and tests alongside Collate.
# Dispatching main for a 1.13 PR builds main-only Collate code
# against a 1.13 checkout. Falls through to the pushed/dispatched ref
# when there is no pull request in the payload.
Expand Down
Loading