stupid paths filtering (#7027)
Signed-off-by: Jess Frazelle <github@jessfraz.com>
This commit is contained in:
7
.github/workflows/kcl-language-server.yml
vendored
7
.github/workflows/kcl-language-server.yml
vendored
@ -13,13 +13,6 @@ on:
|
|||||||
tags:
|
tags:
|
||||||
- 'kcl-*'
|
- 'kcl-*'
|
||||||
pull_request:
|
pull_request:
|
||||||
paths:
|
|
||||||
- '**/Cargo.toml'
|
|
||||||
- '**/Cargo.lock'
|
|
||||||
- '**/rust-toolchain.toml'
|
|
||||||
- 'rust/kcl-language-server/**'
|
|
||||||
- '**.rs'
|
|
||||||
- .github/workflows/kcl-language-server.yml
|
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
permissions:
|
permissions:
|
||||||
contents: read
|
contents: read
|
||||||
|
|||||||
7
.github/workflows/kcl-python-bindings.yml
vendored
7
.github/workflows/kcl-python-bindings.yml
vendored
@ -18,13 +18,6 @@ on:
|
|||||||
tags:
|
tags:
|
||||||
- 'kcl-*'
|
- 'kcl-*'
|
||||||
pull_request:
|
pull_request:
|
||||||
paths:
|
|
||||||
- '**/Cargo.toml'
|
|
||||||
- '**/Cargo.lock'
|
|
||||||
- '**/rust-toolchain.toml'
|
|
||||||
- 'rust/kcl-python-bindings/**'
|
|
||||||
- '**.rs'
|
|
||||||
- .github/workflows/kcl-python-bindings.yml
|
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
permissions:
|
permissions:
|
||||||
contents: read
|
contents: read
|
||||||
|
|||||||
Reference in New Issue
Block a user