There was an error while loading. Please reload this page.
1 parent 4b6c52e commit 7f249f6Copy full SHA for 7f249f6
1 file changed
.github/scripts/bisect/run.sh
@@ -3,7 +3,7 @@
3
set -euo pipefail
4
5
readonly SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
6
-readonly DETECTOR="${WORKSPACE_DIR}/.ci/bisect/regression_detector.py"
+readonly DETECTOR="${WORKSPACE_DIR}/.github/scripts/bisect/regression_detector.py"
7
8
required_envs=(
9
WORKSPACE_DIR
0 commit comments