missed one (#8840)

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

View File

@@ -23,6 +23,11 @@ jobs:
build:
name: 'Build Project'
runs-on: 'gemini-cli-ubuntu-16-core'
if: |
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')
steps:
- name: 'Checkout'
uses: 'actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8' # ratchet:actions/checkout@v5