We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa97e85 commit af2a2ccCopy full SHA for af2a2cc
.github/workflows/check_openapi_versions.yml
@@ -31,6 +31,7 @@ jobs:
31
- name: Run Python script
32
id: check_openapi_version
33
run: python ./scripts/check_openapi_version.py
34
+ continue-on-error: true
35
36
- name: Send notification
37
if: failure()
0 commit comments