Skip to content

Commit 254ee44

Browse files
committed
schema-fix
1 parent 9b48100 commit 254ee44

1 file changed

Lines changed: 1 addition & 14 deletions

File tree

.github/workflows/validate-specs.yml

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -108,22 +108,9 @@ jobs:
108108
echo "❌ Specs validation failed"
109109
exit 1
110110
111-
test-outputs:
112-
needs: validate-specs
113-
runs-on: self-hosted
114-
115-
steps:
116-
- name: Checkout repository
117-
uses: actions/checkout@v6
118-
119-
- name: Check validation outputs
120-
run: |
121-
echo "Validation Status: ${{ needs.validate-specs.outputs.validation-status }}"
122-
echo "Validation Summary JSON: ${{ needs.validate-specs.outputs.validation-summary-json }}"
123-
124111
fix-specs:
125112
needs: validate-specs
126-
if: needs.validate-specs.outputs.validation-status == 'INVALID'
113+
# if: needs.validate-specs.outputs.validation-status == 'INVALID'
127114
uses: ./.github/workflows/fix-specs.yml
128115
secrets: inherit
129116
with:

0 commit comments

Comments
 (0)