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 9, 2023
1 parent bc463de commit 024af42
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-cpu-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ on:
- 'cmake/**'
- 'k2/csrc/**'
- 'k2/python/**'
workflow_dispatch:

concurrency:
group: build-cpu-macos-${{ github.ref }}
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build-cpu-ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ on:
- 'cmake/**'
- 'k2/csrc/**'
- 'k2/python/**'
workflow_dispatch:

concurrency:
group: build-cpu-ubuntu-${{ github.ref }}
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build-cpu-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ on:
- 'cmake/**'
- 'k2/csrc/**'
- 'k2/python/**'
workflow_dispatch:

concurrency:
group: build-cpu-windows-${{ github.ref }}
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build-cuda-ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ on:
- 'cmake/**'
- 'k2/csrc/**'
- 'k2/python/**'
workflow_dispatch:

concurrency:
group: build-cuda-ubuntu-${{ github.ref }}
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/run-tests-cpu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ on:
- 'cmake/**'
- 'k2/csrc/**'
- 'k2/python/**'
workflow_dispatch:

concurrency:
group: run-tests-cpu-${{ github.ref }}
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ on:
- 'cmake/**'
- 'k2/csrc/**'
- 'k2/python/**'
workflow_dispatch:

concurrency:
group: run-tests-${{ github.ref }}
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/style_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ on:
- '.github/workflows/style_check.yml'
- 'k2/csrc/**'
- 'k2/python/**'
workflow_dispatch:

concurrency:
group: style_check-${{ github.ref }}
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test-k2-as-third-party-lib-cpu-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ on:
- 'k2/csrc/**'
- 'k2/python/**'
- 'scripts/github_actions/k2-torch-api-test/**'
workflow_dispatch:

concurrency:
group: test-k2-as-third-party-lib-cpu-macos-${{ github.ref }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ on:
- 'k2/csrc/**'
- 'k2/python/**'
- 'scripts/github_actions/k2-torch-api-test/**'
workflow_dispatch:

concurrency:
group: test-k2-as-third-party-lib-cpu-ubuntu-${{ github.ref }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ on:
- 'k2/csrc/**'
- 'k2/python/**'
- 'scripts/github_actions/k2-torch-api-test/**'
workflow_dispatch:

concurrency:
group: test-k2-as-third-party-lib-cpu-windows-${{ github.ref }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ on:
- 'k2/csrc/**'
- 'k2/python/**'
- 'scripts/github_actions/k2-torch-api-test/**'
workflow_dispatch:

concurrency:
group: test-k2-as-third-party-lib-cuda-ubuntu-${{ github.ref }}
Expand Down

0 comments on commit 024af42

Please sign in to comment.