missed 2 apparently (#8842)

This commit is contained in:
matt korwel
2025-09-18 23:07:18 -07:00
committed by GitHub
parent 52c1599240
commit 4e6ca95db9

View File

@@ -240,7 +240,13 @@ jobs:
e2e:
name: 'E2E'
if: 'always()'
if: |
always() && (
github.event_name == 'push' ||
github.event_name == 'merge_group' ||
(github.event.pull_request.head.repo.full_name == github.repository) ||
(github.event.label.name == 'maintainer:e2e:ok')
)
needs:
- 'e2e_linux'
runs-on: 'gemini-cli-ubuntu-16-core'