CI: ignore examples/rocket_okapi_example
This commit is contained in:
parent
418c18ac0a
commit
c81f4d3705
2
.github/workflows/rust.yml
vendored
2
.github/workflows/rust.yml
vendored
@ -232,7 +232,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- id: set-matrix
|
- id: set-matrix
|
||||||
run: echo "path_matrix=$(find examples -mindepth 1 -maxdepth 1 -type d -printf '%P\0' | jq -Rc '[ split("\u0000") | .[] | "examples/\(.)" ]')" >> $GITHUB_OUTPUT
|
run: echo "path_matrix=$(find examples -mindepth 1 -maxdepth 1 -type d -not -path 'examples/rocket_okapi_example' -printf '%P\0' | jq -Rc '[ split("\u0000") | .[] | "examples/\(.)" ]')" >> $GITHUB_OUTPUT
|
||||||
outputs:
|
outputs:
|
||||||
path_matrix: ${{ steps.set-matrix.outputs.path_matrix }}
|
path_matrix: ${{ steps.set-matrix.outputs.path_matrix }}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user