fix: change template test to run every time (#9489)

change template test to run every time
This commit is contained in:
Yuqi Tang 2025-08-22 13:41:36 -07:00 committed by GitHub
commit d3abfb5b39
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -208,7 +208,7 @@ jobs:
test-templates:
needs: [path-filter, set-ci-condition]
name: Test Starter Templates
if: ${{ needs.path-filter.outputs.starter-projects == 'true' && needs.set-ci-condition.outputs.should-run-tests == 'true' }}
if: ${{ (needs.path-filter.outputs.python == 'true' || needs.path-filter.outputs.frontend == 'true') && needs.set-ci-condition.outputs.should-run-tests == 'true' }}
runs-on: ubuntu-latest
steps:
- name: Checkout code