From 1bdd45e992aae4e77c2791b3f0360c2e0032243f Mon Sep 17 00:00:00 2001 From: LFC <990479+MichaelScofield@users.noreply.github.com> Date: Tue, 2 Jun 2026 11:20:58 +0800 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> --- .github/workflows/nightly-jsonbench.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/nightly-jsonbench.yaml b/.github/workflows/nightly-jsonbench.yaml index 7114f365b0..a9ce4dd363 100644 --- a/.github/workflows/nightly-jsonbench.yaml +++ b/.github/workflows/nightly-jsonbench.yaml @@ -11,6 +11,10 @@ on: required: true type: string +permissions: + actions: read + contents: read + concurrency: group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }} cancel-in-progress: true @@ -171,7 +175,7 @@ jobs: cp ./greptime JSONBench/greptimedb/greptime cd JSONBench/greptimedb - echo "Running JSONBench main.sh with dataset choice 2 and install=false" + echo "Running JSONBench main.sh with dataset choice ${JSONBENCH_DATASET} and install=false" ./main.sh ${JSONBENCH_DATASET} "${JSONBENCH_DATA_DIR}" success.log error.log "${JSONBENCH_OUTPUT_PREFIX}" false echo "JSONBench finished"