From c54d7e1b04b3c4c556faf8fbf6e954fd3018554c Mon Sep 17 00:00:00 2001 From: William Yang Date: Mon, 10 Jul 2023 23:34:27 +1000 Subject: [PATCH] Ignore changes to foreign toolchains --- .github/workflows/arm-linux.yml | 2 +- .github/workflows/x86-linux.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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: