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