mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-12-27 15:38:43 +00:00
MINOR - Maven Collate CI to work on main (#14813)
This commit is contained in:
parent
284ca34b18
commit
325267d7e0
3
.github/workflows/maven-build-collate.yml
vendored
3
.github/workflows/maven-build-collate.yml
vendored
@ -80,10 +80,11 @@ jobs:
|
||||
uses: aurelien-baudet/workflow-dispatch@v2
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
SHA: ${{ github.event_name == 'push' && 'main' || github.event.pull_request.head.sha }}
|
||||
with:
|
||||
workflow: OpenMetadata Collate Test
|
||||
ref: main
|
||||
repo: open-metadata/openmetadata-collate
|
||||
token: ${{ secrets.COLLATE_PAT }}
|
||||
wait-for-completion: true
|
||||
inputs: '{ "sha": "${{ github.event.pull_request.head.sha }}" }'
|
||||
inputs: '{ "sha": "${{ env.SHA }}" }'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user