ci: filter unaffected suites and refresh release documentation - #2
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Documentation-only changes previously fell through to full native testing, and every main push ran all suites. Add filtering for Markdown and documentation media on PRs and main pushes. Android-only changes run Android plus library checks; iOS-only changes run iOS plus library checks. Shared code, dependencies, CI changes and unknown paths run all suites. Manual/scheduled runs and scope failures retain full coverage. Required check names and branch protection are unchanged; unaffected device entries report no tests run.
Also correct the API examples, explain web fallbacks and native command completion, and refresh the README with 25-fps accent-sliding and trackpad GIFs plus MP4 companions for iPad and Android phone.
Validation:
corepack yarn checkpassed, including CI-helper tests (61 pass after the concurrency regressions).This PR intentionally runs all suites because it changes CI. Documentation-only PRs will skip them after this merges.
Concurrency: preserve every main push in its own group so newer pushes cannot cancel running or replace pending pipelines. Runs execute in parallel or wait for runner capacity. PR runs still replace outdated runs because scope covers the full PR diff. Added regression coverage that evaluates the workflow expressions for three successive main pushes and two updates to the same PR.