perf(docs): Disable GH checks on docs
that don't apply to docs
#3206
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
https://wandb.atlassian.net/browse/DOCS-1108
Proposes disabling GH action checks that don't apply to things that live in the
docs
folder.Reason:
Testing
docs
to test what happens on this branchweave/.github/workflows/check-which-tests-to-run.yaml
weave/.github/workflows/cla.yaml
weave/.github/workflows/deploy.yaml
weave/.github/workflows/pr.yaml
weave/.github/workflows/release.yaml
trace-docs
inweave/.github/workflows/test.yaml
I added this to
trace-docs
to override the global docs disable on this test:if: ${{ github.event_name == 'push' && (github.event.before == 'docs/**' || github.event.commits | contains('docs')) }}
. Alternatively, could break out into separate file, but need to check with team if this would cause other issues / more workHelp requested from @wandb/weave-team before proceeding further
#3206 (comment)