There was an error while loading. Please reload this page.
1 parent 6d8435d commit 1332dd8Copy full SHA for 1332dd8
1 file changed
.github/workflows/validate-specs.yml
@@ -91,7 +91,7 @@ jobs:
91
"| \(.spec_id // "global") | \(.rule) | **\(.severity)** | \(.description) |"
92
' .specs-validation/result.json >> "$GITHUB_STEP_SUMMARY"
93
94
- - name: Initiate spec fix pipeline
+ - name: Initiate spec fix pipeline on failed validation
95
# if: steps.validation.outputs.result == 'INVALID'
96
uses: ./.github/workflows/fix-specs.yml
97
with:
0 commit comments