Skip to content

Commit d551f09

Browse files
committed
fix: remove duplicate test_integration_tmp key in deploy workflow
The paths-filter YAML had test_integration_tmp defined twice (lines 71 and 90), causing a "duplicated mapping key" parse error that blocked all deploy runs.
1 parent e55139c commit d551f09

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/showcase_deploy.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,6 @@ jobs:
6868
- 'showcase/shared/**'
6969
- 'showcase/scripts/**'
7070
- 'showcase/packages/*/manifest.yaml'
71-
test_integration_tmp:
72-
- 'showcase/packages/test-integration-tmp/**'
7371
langgraph: 'showcase/packages/langgraph-python/**'
7472
mastra: 'showcase/packages/mastra/**'
7573
crewai_crews: 'showcase/packages/crewai-crews/**'

0 commit comments

Comments
 (0)