There was an error while loading. Please reload this page.
1 parent 9b48100 commit 254ee44Copy full SHA for 254ee44
1 file changed
.github/workflows/validate-specs.yml
@@ -108,22 +108,9 @@ jobs:
108
echo "❌ Specs validation failed"
109
exit 1
110
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
124
fix-specs:
125
needs: validate-specs
126
- if: needs.validate-specs.outputs.validation-status == 'INVALID'
+ # if: needs.validate-specs.outputs.validation-status == 'INVALID'
127
uses: ./.github/workflows/fix-specs.yml
128
secrets: inherit
129
with:
0 commit comments