Skip to content

Commit b53d7df

Browse files
mattKorwelgiraffechen
authored andcommitted
missed one (google-gemini#8840)
1 parent 6598ad9 commit b53d7df

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/e2e.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,11 @@ jobs:
2323
build:
2424
name: 'Build Project'
2525
runs-on: 'gemini-cli-ubuntu-16-core'
26+
if: |
27+
github.event_name == 'push' ||
28+
github.event_name == 'merge_group' ||
29+
(github.event.pull_request.head.repo.full_name == github.repository) ||
30+
(github.event.label.name == 'maintainer:e2e:ok')
2631
steps:
2732
- name: 'Checkout'
2833
uses: 'actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8' # ratchet:actions/checkout@v5

0 commit comments

Comments
 (0)