Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Modify QEMU test workflow to ignore certain paths
The workflow won't run if the changes only include the following paths: - 'book/**' - 'c_test/**' - 'docker/**' - 'github_pages/**' - 'old_crates/**' - 'scripts/**' - '.gitignore' - 'LICENSE-MIT' - 'README.md' - 'bochsrc.txt' - 'rustfmt.toml' - 'slirp.conf' I'd rather be conservative with the list of paths to exclude because if any of the paths inadvertently affect the CI run, that could lead to weird problems. Signed-off-by: Klimenty Tsoutsman <[email protected]>
- Loading branch information