Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve unit test path filtering rules (#2052)
* Improve path-filtering rules on unit test action See docs about how jobs that are skipped still report "success", which is necessary for jobs that are required to succeed based on branch protection rules. https://docs.github.com/en/actions/using-jobs/using-conditions-to-control-job-execution * Code must be checked out for paths-filter to run * Only run on default pull request events Defaults are that it will run when a PR is opened, reopened, or synchronized (new commits pushed).
- Loading branch information