diff --git a/.github/workflows/arm-linux.yml b/.github/workflows/arm-linux.yml index a2d2b20..e7d149a 100644 --- a/.github/workflows/arm-linux.yml +++ b/.github/workflows/arm-linux.yml @@ -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: diff --git a/.github/workflows/x86-linux.yml b/.github/workflows/x86-linux.yml index 861bd39..ee5f8e2 100644 --- a/.github/workflows/x86-linux.yml +++ b/.github/workflows/x86-linux.yml @@ -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: