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"