Skip to content

Commit 586e17a

Browse files
authored
fix(ci): skip E2E tests when REPO_GEMINI_API_KEY is not set (#972)
* fix(ci): skip E2E tests when REPO_GEMINI_API_KEY is not set * Update a2ui * ci: allow forks with Gemini API key to run E2E tests
1 parent 00ff834 commit 586e17a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/e2e.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
eval-job:
1515
# Do not run on forked branches,
1616
# because the test does not have access to secrets in forks.
17-
if: github.repository == 'flutter/genui'
17+
if: secrets.REPO_GEMINI_API_KEY != ''
1818
runs-on: ubuntu-latest
1919
environment: eval
2020
steps:

submodules/a2ui

Submodule a2ui updated from 160df9c to 39a26c1

0 commit comments

Comments
 (0)