Skip to content

Commit

Permalink
Ignore changes to foreign toolchains
Browse files Browse the repository at this point in the history
  • Loading branch information
williamyang98 committed Jul 10, 2023
1 parent 6dfa32a commit c54d7e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/arm-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
concurrent_skipping: 'same_content'
cancel_others: 'true'
skip_after_successful_duplicate: 'true'
paths_ignore: '["**/README.md", "**/docs/**", "**/LICENSE.txt", "vcpkg.json"]'
paths_ignore: '["**/README.md", "**/docs/**", "**/LICENSE.txt", "vcpkg.json", "toolchains/x86/*"]'
do_not_skip: '["workflow_dispatch", "schedule"]'

build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/x86-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
concurrent_skipping: 'same_content'
cancel_others: 'true'
skip_after_successful_duplicate: 'true'
paths_ignore: '["**/README.md", "**/docs/**", "**/LICENSE.txt", "vcpkg.json"]'
paths_ignore: '["**/README.md", "**/docs/**", "**/LICENSE.txt", "vcpkg.json", "toolchains/arm/*"]'
do_not_skip: '["workflow_dispatch", "schedule"]'

build:
Expand Down

0 comments on commit c54d7e1

Please sign in to comment.