We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08dd612 commit 8e4dbf6Copy full SHA for 8e4dbf6
.github/workflows/optional-spec-validations.yml
@@ -41,6 +41,7 @@ jobs:
41
run-id: ${{ github.run_id }}
42
- name: Run IPA validation
43
id: ipa-spectral-validation
44
+ if: ${{ inputs.env == 'dev'}}
45
run: |
46
npx spectral lint openapi-foas.json --ruleset=./tools/spectral/ipa/ipa-spectral.yaml
47
- name: Validate the FOAS can be used to generate Postman collection
0 commit comments