CI: ignore examples/rocket_okapi_example

This commit is contained in:
Billy Chan 2023-11-06 21:08:33 +08:00
parent 418c18ac0a
commit c81f4d3705
No known key found for this signature in database
GPG Key ID: A2D690CAC7DF3CC7

View File

@ -232,7 +232,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- 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:
path_matrix: ${{ steps.set-matrix.outputs.path_matrix }}