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 cdea68d commit beb2942Copy full SHA for beb2942
devops/actions/benchmarking/aggregate/action.yml
@@ -57,7 +57,7 @@ runs:
57
- name: Checkout historical performance results repository
58
shell: bash
59
run: |
60
- if [ ! -d "$SANITIZED_PERF_RES_PATH"]; then
+ if [ ! -d "$SANITIZED_PERF_RES_PATH" ]; then
61
git clone -b "$SANITIZED_PERF_RES_GIT_BRANCH" "https://github.com/$SANITIZED_PERF_RES_GIT_REPO" "$SANITIZED_PERF_RES_PATH"
62
fi
63
- name: Run aggregator on historical results
0 commit comments