fix: change template test to run every time (#9489)
change template test to run every time
This commit is contained in:
parent
2f9f80f7b6
commit
d3abfb5b39
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue