summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.cirrus.yml2
-rw-r--r--.github/workflows/build.yml4
2 files changed, 4 insertions, 2 deletions
diff --git a/.cirrus.yml b/.cirrus.yml
index 15cbc2dc..4150bf3c 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -17,6 +17,6 @@ freebsd_task:
info_script:
- rsync --version
test_script:
- - make check
+ - RSYNC_MAX_SKIPPED=3 make check
ssl_file_list_script:
- rsync-ssl --no-motd download.samba.org::rsyncftp/ || true
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index af45eead..2742a96f 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -3,8 +3,10 @@ name: build
on:
push:
branches: [ master ]
+ paths-ignore: [ .cirrus.yml ]
pull_request:
branches: [ master ]
+ paths-ignore: [ .cirrus.yml ]
schedule:
- cron: '42 8 * * *'
@@ -107,7 +109,7 @@ jobs:
name: cygwin-bin
path: |
rsync.exe
- rsync-ssl.exe
+ rsync-ssl
rsync.1
rsync-ssl.1
rsyncd.conf.5