Skip to content

Commit

Permalink
Merge pull request #1 from tsoutsman/test-ci-changeset
Browse files Browse the repository at this point in the history
Modify QEMU test workflow to ignore certain paths
  • Loading branch information
tsoutsman authored Oct 24, 2023
2 parents a859ff5 + 786d7fc commit 0bed172
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@ name: QEMU Test
on:
pull_request:
types: [synchronize, opened, reopened]
paths-ignore:
- 'book/**'
- 'c_test/**'
- 'docker/**'
- 'github_pages/**'
- 'old_crates/**'
- 'scripts/**'
- '.gitignore'
- 'LICENSE-MIT'
- 'README.md'
- 'bochsrc.txt'
- 'rustfmt.toml'
- 'slirp.conf'
jobs:
run-tests:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 0bed172

Please sign in to comment.