Skip to content

Commit 6d8435d

Browse files
committed
schema-fix
1 parent 3cdb0e2 commit 6d8435d

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/fix-specs.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
name: Fix Specs
22

33
on:
4-
push:
5-
branches: [ main ]
64
workflow_call:
75
inputs:
86
summary:
@@ -27,6 +25,7 @@ jobs:
2725

2826
- name: Run codemie-code basic command
2927
run: |
28+
codemie auth status
3029
echo ${{ inputs.summary }}
3130
codemie profile login
3231
codemie-code --model claude-4-1-opus --task "Install concurrently dev dependency in package.json"

.github/workflows/validate-specs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
' .specs-validation/result.json >> "$GITHUB_STEP_SUMMARY"
9393
9494
- name: Initiate spec fix pipeline
95-
if: steps.validation.outputs.result == 'INVALID'
95+
# if: steps.validation.outputs.result == 'INVALID'
9696
uses: ./.github/workflows/fix-specs.yml
9797
with:
9898
summary: $GITHUB_STEP_SUMMARY

0 commit comments

Comments
 (0)