We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 065f91d commit af7d700Copy full SHA for af7d700
.github/workflows/build.yaml
@@ -58,6 +58,7 @@ jobs:
58
elif [[ "$change" == "utoipa-rapidoc" && "${{ matrix.crate }}" == "utoipa-rapidoc" && $changes == false ]]; then
59
changes=true
60
elif [[ "$change" == "utoipa-scalar" && "${{ matrix.crate }}" == "utoipa-scalar" && $changes == false ]]; then
61
+ changes=true
62
fi
63
done < <(git diff --name-only ${{ github.sha }}~ ${{ github.sha }} | grep .rs | awk -F \/ '{print $1}')
64
echo "${{ matrix.crate }} changes: $changes"
0 commit comments