mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-08-15 12:37:18 +00:00
MINOR - Update Collate dispatch CI (#15007)
This commit is contained in:
parent
b73064ab45
commit
2eda75b78b
2
.github/workflows/maven-build-collate.yml
vendored
2
.github/workflows/maven-build-collate.yml
vendored
@ -67,11 +67,9 @@ 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": "${{ env.SHA }}" }'
|
||||
|
Loading…
x
Reference in New Issue
Block a user