From 9c392b2d443cb51629bb026ad3157b5f906b13d3 Mon Sep 17 00:00:00 2001 From: matt korwel Date: Thu, 18 Sep 2025 22:57:20 -0700 Subject: [PATCH] E2e v6 (#8839) --- .github/workflows/e2e.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index 57cc5558d4..ca437dae7f 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -55,8 +55,8 @@ jobs: if: | github.event_name == 'push' || github.event_name == 'merge_group' || - (github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name == github.repository) || - (github.event_name == 'pull_request_target' && github.event.label.name == 'maintainer:e2e:ok') + (github.event.pull_request.head.repo.full_name == github.repository) || + (github.event.label.name == 'maintainer:e2e:ok') runs-on: 'gemini-cli-ubuntu-16-core' strategy: fail-fast: false @@ -118,8 +118,8 @@ jobs: if: | github.event_name == 'push' || github.event_name == 'merge_group' || - (github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name == github.repository) || - (github.event_name == 'pull_request_target' && github.event.label.name == 'maintainer:e2e:ok') + (github.event.pull_request.head.repo.full_name == github.repository) || + (github.event.label.name == 'maintainer:e2e:ok') runs-on: '${{ matrix.os }}' continue-on-error: true strategy: @@ -176,8 +176,8 @@ jobs: if: | github.event_name == 'push' || github.event_name == 'merge_group' || - (github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name == github.repository) || - (github.event_name == 'pull_request_target' && github.event.label.name == 'maintainer:e2e:ok') + (github.event.pull_request.head.repo.full_name == github.repository) || + (github.event.label.name == 'maintainer:e2e:ok') runs-on: 'gemini-cli-windows-16-core' continue-on-error: true