Skip to content

Commit b242b44

Browse files
committed
Appveyor build - skip irrelevant commits
Since we're only building on Windows, skip changes to debian directory and to shell scripts.
1 parent 40abd97 commit b242b44

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

appveyor.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,9 @@ test_script:
2727
- set /A parallel=4*%NUMBER_OF_PROCESSORS%
2828
- perl mysql-test-run.pl --force --max-test-fail=10 --retry=2 --parallel=%parallel% --testcase-timeout=4 --suite=main --skip-test-list=unstable-tests --mysqld=--loose-innodb-flush-log-at-trx-commit=2
2929

30+
skip_commits:
31+
files:
32+
- debian/
33+
- '**/*.sh'
34+
3035
image: Visual Studio 2022

0 commit comments

Comments
 (0)