-
Notifications
You must be signed in to change notification settings - Fork 72
Closed as not planned
Labels
tag: wontfixThis will not be worked on - will be closedThis will not be worked on - will be closed
Description
Describe the bug
The build.yml workflow is not run for PRs that update docs, but it's required for merging. This causes the check to remain hanging, blocking PR merges (without overrides), see: #189
Ref, see the first note here: https://docs.github.com/en/actions/managing-workflow-runs/skipping-workflow-runs
To Reproduce
Make a PR that updates only documentation.
Expected behavior
The check is either skipped by default, or we add docs for how to skip it.
Additional context
I don't know if [skip ci] (ref) skips all checks or only pending ones, will verify on a new PR.
If this works, we can just add a note in the contributing docs. Else, needs further investigation.
Metadata
Metadata
Assignees
Labels
tag: wontfixThis will not be worked on - will be closedThis will not be worked on - will be closed