Test workflow dispatch (#9283)

Co-authored-by: gemini-cli-robot <gemini-cli-robot@google.com>
This commit is contained in:
matt korwel
2025-09-23 19:59:58 -07:00
committed by GitHub
parent ce92ed3f68
commit 3667ecf107
4 changed files with 36 additions and 8 deletions
+4 -2
View File
@@ -51,6 +51,9 @@ jobs:
ref: '${{ github.event.inputs.ref }}'
fetch-depth: 0
- name: 'Debug Inputs'
run: 'echo "${{ toJSON(inputs) }}"'
- name: 'Setup Node.js'
uses: 'actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020'
with:
@@ -68,10 +71,9 @@ jobs:
echo "PREVIOUS_TAG=$(git describe --tags --abbrev=0)" >> "${GITHUB_OUTPUT}"
- name: 'Run Tests'
if: |-
${{ github.event.inputs.force_skip_tests != true }}
uses: './.github/actions/run-tests'
with:
force_skip_tests: '${{ github.event.inputs.force_skip_tests }}'
gemini_api_key: '${{ secrets.GEMINI_API_KEY }}'
- name: 'Publish Release'