From b7cadd5fee158e04865153f7295e643990dcf4cf Mon Sep 17 00:00:00 2001 From: Euan Harris Date: Thu, 25 Sep 2025 12:19:19 +0100 Subject: [PATCH] Update pull request workflow for 6.2 --- .github/workflows/pull_request.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index 21419b5..16c01ff 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -23,6 +23,7 @@ jobs: linux_5_10_enabled: false linux_6_0_arguments_override: "--skip SmokeTests --skip TarInteropTests" linux_6_1_arguments_override: "--skip SmokeTests --skip TarInteropTests" + linux_6_2_arguments_override: "--skip SmokeTests --skip TarInteropTests" linux_nightly_6_1_arguments_override: "--skip SmokeTests --skip TarInteropTests" linux_nightly_main_arguments_override: "--skip SmokeTests --skip TarInteropTests"