ci(release): Skip tests by default in scheduled nightly workflow (#10184)

This commit is contained in:
Shreya Keshive
2025-09-29 16:33:06 -04:00
committed by GitHub
parent a49a09f13c
commit 5478b58166

View File

@@ -57,7 +57,7 @@ jobs:
echo "${{ toJSON(github.event.inputs) }}" echo "${{ toJSON(github.event.inputs) }}"
- name: 'Run Tests' - name: 'Run Tests'
if: "${{github.event.inputs.force_skip_tests != 'true'}}" if: "${{github.event.inputs.force_skip_tests == 'false'}}"
uses: './.github/actions/run-tests' uses: './.github/actions/run-tests'
with: with:
gemini_api_key: '${{ secrets.GEMINI_API_KEY }}' gemini_api_key: '${{ secrets.GEMINI_API_KEY }}'