Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: only run code build/test when not docs-only PR
https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#example-excluding-paths Another experiment in improving developer experience when it comes to docs changes. The contributor shouldn't have to wait 10 minutes for the golang benchmarks, or be confused by flakey macos tests if the contribution is for docs. Since the docs build still _builds_ the golang binary (for live-blocks) we're not depending the GHA in the netlify job. Signed-off-by: Stephan Renatus <stephan.renatus@gmail.com>
- Loading branch information