From 2aad9d3e60a4a8fe0bae061860867cb53a2803ae Mon Sep 17 00:00:00 2001 From: Jonah Graham Date: Wed, 12 Nov 2025 16:10:01 -0500 Subject: [PATCH] Add missing performance input on win32 Fixup for https://github.com/eclipse-platform/eclipse.platform.swt/pull/2763 Part of https://github.com/eclipse-platform/eclipse.platform.swt/issues/2714 --- .github/workflows/maven.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 416eb3a574..9f2a63c249 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -58,6 +58,7 @@ jobs: runner: windows-latest java: ${{ matrix.java }} native: win32.win32.x86_64 + performance: ${{ contains(github.event.pull_request.labels.*.name, 'performance') }} build-macos: name: Build (macOS)