Skip to content

Commit

Permalink
support triggering CI manually
Browse files Browse the repository at this point in the history
  • Loading branch information
csukuangfj committed Oct 19, 2023
1 parent fbd4a83 commit 5dffe92
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/run-java-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ on:
- 'java-api-examples/**'
- 'sherpa-onnx/csrc/*'
- 'sherpa-onnx/jni/*'
workflow_dispatch:

concurrency:
group: run-java-test-${{ github.ref }}
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/run-python-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ on:
- 'CMakeLists.txt'
- 'cmake/**'
- 'sherpa-onnx/csrc/*'
workflow_dispatch:

concurrency:
group: run-python-test-${{ github.ref }}
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/style_check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ on:
paths:
- '.github/workflows/style_check.yaml'
- 'sherpa-onnx/**'
workflow_dispatch:

concurrency:
group: style_check-${{ github.ref }}
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test-pip-install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ on:
# day of the week (0-6)
# nightly build at 23:50 UTC time every day
- cron: "50 23 * * *"
workflow_dispatch:

concurrency:
group: test-pip-install-${{ github.ref }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
pull_request:
branches:
- master
workflow_dispatch:

concurrency:
group: python-offline-websocket-server-${{ github.ref }}
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test-python-online-websocket-server.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
pull_request:
branches:
- master
workflow_dispatch:

concurrency:
group: python-online-websocket-server-${{ github.ref }}
Expand Down

0 comments on commit 5dffe92

Please sign in to comment.