Skip to content

Commit 07f6316

Browse files
mattKorwelnagendrareddy10
authored andcommitted
1 parent 988a475 commit 07f6316

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/e2e.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@ jobs:
5555
if: |
5656
github.event_name == 'push' ||
5757
github.event_name == 'merge_group' ||
58-
(github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name == github.repository) ||
59-
(github.event_name == 'pull_request_target' && github.event.label.name == 'maintainer:e2e:ok')
58+
(github.event.pull_request.head.repo.full_name == github.repository) ||
59+
(github.event.label.name == 'maintainer:e2e:ok')
6060
runs-on: 'gemini-cli-ubuntu-16-core'
6161
strategy:
6262
fail-fast: false
@@ -118,8 +118,8 @@ jobs:
118118
if: |
119119
github.event_name == 'push' ||
120120
github.event_name == 'merge_group' ||
121-
(github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name == github.repository) ||
122-
(github.event_name == 'pull_request_target' && github.event.label.name == 'maintainer:e2e:ok')
121+
(github.event.pull_request.head.repo.full_name == github.repository) ||
122+
(github.event.label.name == 'maintainer:e2e:ok')
123123
runs-on: '${{ matrix.os }}'
124124
continue-on-error: true
125125
strategy:
@@ -176,8 +176,8 @@ jobs:
176176
if: |
177177
github.event_name == 'push' ||
178178
github.event_name == 'merge_group' ||
179-
(github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name == github.repository) ||
180-
(github.event_name == 'pull_request_target' && github.event.label.name == 'maintainer:e2e:ok')
179+
(github.event.pull_request.head.repo.full_name == github.repository) ||
180+
(github.event.label.name == 'maintainer:e2e:ok')
181181
runs-on: 'gemini-cli-windows-16-core'
182182
continue-on-error: true
183183

0 commit comments

Comments
 (0)