CI: ignore CircleCI config files from all other CIs
Avoid spurious rebuilds when modifying CircleCI config files. Closes #23405.
This commit is contained in:
parent
2c0f6a2aa0
commit
04326551fd
8 changed files with 14 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ env:
|
|||
CCACHE_DIR: /tmp/ccache
|
||||
|
||||
task:
|
||||
skip: "changesIncludeOnly('appveyor.yml','CMakeLists.txt','.github/**','docs/**','interface/**','include/wx/{msw,osx,qt}/**','src/{msw,osx,qt}/**','build/{cmake,msw,osx}/**','locale/**')"
|
||||
skip: "changesIncludeOnly('appveyor.yml','CMakeLists.txt','.circleci/**','.github/**','docs/**','interface/**','include/wx/{msw,osx,qt}/**','src/{msw,osx,qt}/**','build/{cmake,msw,osx}/**','locale/**')"
|
||||
matrix:
|
||||
- name: Cirrus CI / FreeBSD 13 wxGTK 3
|
||||
freebsd_instance:
|
||||
|
|
|
|||
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -6,6 +6,7 @@ on:
|
|||
branches:
|
||||
- master
|
||||
paths-ignore:
|
||||
- '.circleci/**'
|
||||
- '.github/ISSUE_TEMPLATE/**'
|
||||
- '.github/workflows/ci_mac.yml'
|
||||
- '.github/workflows/ci_cmake.yml'
|
||||
|
|
@ -29,6 +30,7 @@ on:
|
|||
branches:
|
||||
- master
|
||||
paths-ignore:
|
||||
- '.circleci/**'
|
||||
- '.github/ISSUE_TEMPLATE/**'
|
||||
- '.github/workflows/ci_mac.yml'
|
||||
- '.github/workflows/ci_cmake.yml'
|
||||
|
|
|
|||
2
.github/workflows/ci_cmake.yml
vendored
2
.github/workflows/ci_cmake.yml
vendored
|
|
@ -6,6 +6,7 @@ on:
|
|||
branches:
|
||||
- master
|
||||
paths-ignore:
|
||||
- '.circleci/**'
|
||||
- '.github/ISSUE_TEMPLATE/**'
|
||||
- '.github/workflows/ci.yml'
|
||||
- '.github/workflows/ci_mac.yml'
|
||||
|
|
@ -27,6 +28,7 @@ on:
|
|||
branches:
|
||||
- master
|
||||
paths-ignore:
|
||||
- '.circleci/**'
|
||||
- '.github/ISSUE_TEMPLATE/**'
|
||||
- '.github/workflows/ci.yml'
|
||||
- '.github/workflows/ci_mac.yml'
|
||||
|
|
|
|||
2
.github/workflows/ci_mac.yml
vendored
2
.github/workflows/ci_mac.yml
vendored
|
|
@ -5,6 +5,7 @@ on:
|
|||
push:
|
||||
branches: [ master ]
|
||||
paths-ignore:
|
||||
- '.circleci/**'
|
||||
- '.github/ISSUE_TEMPLATE/**'
|
||||
- '.github/workflows/ci.yml'
|
||||
- '.github/workflows/ci_cmake.yml'
|
||||
|
|
@ -33,6 +34,7 @@ on:
|
|||
pull_request:
|
||||
branches: [ master ]
|
||||
paths-ignore:
|
||||
- '.circleci/**'
|
||||
- '.github/ISSUE_TEMPLATE/**'
|
||||
- '.github/workflows/ci.yml'
|
||||
- '.github/workflows/ci_cmake.yml'
|
||||
|
|
|
|||
2
.github/workflows/ci_mac_xcode.yml
vendored
2
.github/workflows/ci_mac_xcode.yml
vendored
|
|
@ -5,6 +5,7 @@ on:
|
|||
push:
|
||||
branches: [ master ]
|
||||
paths-ignore:
|
||||
- '.circleci/**'
|
||||
- '.github/ISSUE_TEMPLATE/**'
|
||||
- '.github/workflows/ci.yml'
|
||||
- '.github/workflows/ci_cmake.yml'
|
||||
|
|
@ -33,6 +34,7 @@ on:
|
|||
pull_request:
|
||||
branches: [ master ]
|
||||
paths-ignore:
|
||||
- '.circleci/**'
|
||||
- '.github/ISSUE_TEMPLATE/**'
|
||||
- '.github/workflows/ci.yml'
|
||||
- '.github/workflows/ci_cmake.yml'
|
||||
|
|
|
|||
2
.github/workflows/ci_msw.yml
vendored
2
.github/workflows/ci_msw.yml
vendored
|
|
@ -6,6 +6,7 @@ on:
|
|||
branches:
|
||||
- master
|
||||
paths-ignore:
|
||||
- '.circleci/**'
|
||||
- '.github/ISSUE_TEMPLATE/**'
|
||||
- '.github/workflows/ci.yml'
|
||||
- '.github/workflows/ci_cmake.yml'
|
||||
|
|
@ -29,6 +30,7 @@ on:
|
|||
branches:
|
||||
- master
|
||||
paths-ignore:
|
||||
- '.circleci/**'
|
||||
- '.github/ISSUE_TEMPLATE/**'
|
||||
- '.github/workflows/ci.yml'
|
||||
- '.github/workflows/ci_cmake.yml'
|
||||
|
|
|
|||
2
.github/workflows/ci_msw_cross.yml
vendored
2
.github/workflows/ci_msw_cross.yml
vendored
|
|
@ -6,6 +6,7 @@ on:
|
|||
branches:
|
||||
- master
|
||||
paths-ignore:
|
||||
- '.circleci/**'
|
||||
- '.github/ISSUE_TEMPLATE/**'
|
||||
- '.github/workflows/ci.yml'
|
||||
- '.github/workflows/ci_cmake.yml'
|
||||
|
|
@ -31,6 +32,7 @@ on:
|
|||
branches:
|
||||
- master
|
||||
paths-ignore:
|
||||
- '.circleci/**'
|
||||
- '.github/ISSUE_TEMPLATE/**'
|
||||
- '.github/workflows/ci.yml'
|
||||
- '.github/workflows/ci_cmake.yml'
|
||||
|
|
|
|||
|
|
@ -22,6 +22,7 @@ skip_commits:
|
|||
- include/wx/x11/
|
||||
- src/x11/
|
||||
- '**/*.md'
|
||||
- .circleci/
|
||||
- .github/ISSUE_TEMPLATE/
|
||||
- .github/workflows/
|
||||
- build/tools/before_install.sh
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue