Skip to content

Commit 1597722

Browse files
committed
Exclude correct task jvm on other platforms
1 parent 75e9aba commit 1597722

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/benchmark.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)