docs-content
docs-content copied to clipboard
Removing validation on main
What This PR Changes
We 're spending a lot of minutes of GH action also slowing down other jobs for content validation on main. It is not really important because the validation is already performed on PRs, and the content can not be merged if the validation in PR fails.
Contribution Guidelines
- [x] I confirm that I have read the contribution guidelines and comply with them.
@lukdog does this mean that the validations won't run on a "push to production" action but we'll still have them on PRs?
@lukdog does this mean that the validations won't run on a "push to production" action but we'll still have them on PRs?
At the moment the Validation was not running on deploy to production, but only after a merge to main branch. I think it is not really needed because the PRs are already checked, and no-one is checking the status of this validation after merge.
But maybe, a good idea can be to apply this, but add the validation on deploy, blocking non valid content. WDYT?
Yes, then we can remove this - like you said, the PRs should already be checked. If the validation breaks there we should not be able to push to main :)