File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -55,11 +55,11 @@ jobs:
5555 - os : ubuntu-latest
5656 additional-task : " :benchmark:${{ github.event.pull_request.number && 'jvmPrValidationComparisonBenchmark' || 'jvmComparisonBenchmark' }}"
5757 - os : macos-latest
58- additional-task : ' -x :benchmark:jvmBenchmark'
58+ additional-task : " -x :benchmark:${{ github.event.pull_request.number && 'jvmPrValidationBenchmark' || ' jvmBenchmark' }} "
5959 - os : macos-13 # for macosX64
60- additional-task : ' -x :benchmark:jvmBenchmark'
60+ additional-task : " -x :benchmark:${{ github.event.pull_request.number && 'jvmPrValidationBenchmark' || ' jvmBenchmark' }} "
6161 - os : windows-latest
62- additional-task : ' -x :benchmark:jvmBenchmark'
62+ additional-task : " -x :benchmark:${{ github.event.pull_request.number && 'jvmPrValidationBenchmark' || ' jvmBenchmark' }} "
6363 runs-on : ${{ matrix.os }}
6464 name : Run benchmarks on ${{ matrix.os }}
6565 env :
You can’t perform that action at this time.
0 commit comments