From e5ae094d55e686e2544940013bc8b4802306b2f4 Mon Sep 17 00:00:00 2001 From: Ninad Sinha Date: Thu, 14 May 2026 23:36:48 -0700 Subject: [PATCH 1/2] Change runner version --- .github/workflows/integration-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index cdc55ca..2132be6 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -16,7 +16,7 @@ permissions: jobs: integration-tests: - runs-on: ubuntu-slim + runs-on: ubuntu-24.04 steps: - name: Check out repository From 64af09dac4430072fa257d9681bec84b7630442c Mon Sep 17 00:00:00 2001 From: Ninad Sinha Date: Thu, 14 May 2026 23:41:28 -0700 Subject: [PATCH 2/2] Run only on merge groups, not push --- .github/workflows/integration-tests.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index 2132be6..6649f0a 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -1,8 +1,6 @@ name: Integration Tests on: - pull_request: - branches: [main] merge_group: types: [checks_requested] workflow_dispatch: