mirror of
https://github.com/ggerganov/whisper.cpp.git
synced 2025-06-19 17:28:09 +02:00
squash! ci : re-enable bindings-java (java) job
Add a condition to the bindings-java job to only run when the event is a push, pull_request, or the run_type is full-ci.
This commit is contained in:
parent
0208803b66
commit
5b141a977e
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -996,6 +996,8 @@ jobs:
|
||||
# ./gradlew assembleRelease
|
||||
|
||||
bindings-java:
|
||||
if: ${{ github.event_name == 'push' || github.event_name == 'pull_request' ||
|
||||
github.event.inputs.run_type == 'full-ci' }}
|
||||
needs: ['windows']
|
||||
runs-on: windows-latest
|
||||
steps:
|
||||
|
Loading…
x
Reference in New Issue
Block a user