mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2026-01-05 12:07:10 +00:00
Run Maven CI on manual dispatch (#12970)
* Add manual dispatch for CI actions * Run maven CI on workflow dispatch
This commit is contained in:
parent
7f9144845e
commit
9d2bc14e5d
2
.github/workflows/maven-build.yml
vendored
2
.github/workflows/maven-build.yml
vendored
@ -117,7 +117,7 @@ jobs:
|
||||
- name: Build with Maven
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
if: ${{ github.event_name == 'push' }}
|
||||
if: ${{ github.event_name == 'push' | github.event_name == 'workflow_dispatch' }}
|
||||
run: mvn -Dsonar.login=${{ secrets.SONAR_TOKEN }} clean test
|
||||
|
||||
- name: Clean Up
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user