-
Notifications
You must be signed in to change notification settings - Fork 37
Update CI #234
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update CI #234
Conversation
|
@patmagee @vsmalladi Do have any experience with this problem? It becomes visible during PR. |
ddfe821 to
061574c
Compare
e455c7b to
e17b8e7
Compare
adda31d to
d838ac0
Compare
|
I was able to update the CI. The CI/CD workflow for linting and validating OpenAPI specifications was failing during pull request validation. The solution covered:
|
Ah I would put back in the "pull_request_target" and force the merge. That way develop will work going forward. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@vschnei once you make that change I think we can just force the merge for develop and this will work going forward.
.github/workflows/ci.yml
Outdated
| on: | ||
| - push | ||
| - pull_request_target | ||
| - pull_request |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would revert this back to pull_request_target that way going forward this will work. We can force this to merge now
|
@vsmalladi changes were reverted |
This merge request replaces/updates the deprecated and unstable char0n/swagger-editor-validate GitHub Action