Skip to content

Commit

Permalink
MINOR - Maven Collate CI to work on main (open-metadata#14813)
Browse files Browse the repository at this point in the history
  • Loading branch information
pmbrull authored and Abhishek332 committed Jan 25, 2024
1 parent 6aaf992 commit 62c6a4c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/maven-build-collate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}" }'

0 comments on commit 62c6a4c

Please sign in to comment.