Don't rerun Cirrus CI builds if no relevant files changed
Save CI reruns if only documentation was changed, for example.
This commit is contained in:
parent
976edaf026
commit
7ece6a2cb5
1 changed files with 1 additions and 0 deletions
|
|
@ -8,6 +8,7 @@ env:
|
||||||
CCACHE_DIR: /tmp/ccache
|
CCACHE_DIR: /tmp/ccache
|
||||||
|
|
||||||
task:
|
task:
|
||||||
|
skip: "changesIncludeOnly('.github/**','docs/**','interface/**','include/wx/{msw,osx,qt}/**','src/{msw,osx,qt}/**')"
|
||||||
name: Cirrus CI / FreeBSD 13 wxGTK 3
|
name: Cirrus CI / FreeBSD 13 wxGTK 3
|
||||||
freebsd_instance:
|
freebsd_instance:
|
||||||
image_family: freebsd-13-0
|
image_family: freebsd-13-0
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue