[SCM] The rsync repository. - branch master updated

Rsync CVS commit messages rsync-cvs at lists.samba.org
Fri Jul 17 05:05:09 UTC 2020


The branch, master has been updated
       via  be11a496 Run a daily build.
      from  c6f5f0b5 Let's try cygwin again. (#69)

https://git.samba.org/?p=rsync.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit be11a496bb2fe02d6e5c5780458dd4bcab303615
Author: Wayne Davison <wayne at opencoder.net>
Date:   Thu Jul 16 22:04:06 2020 -0700

    Run a daily build.

-----------------------------------------------------------------------

Summary of changes:
 .github/workflows/build.yml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)


Changeset truncated at 500 lines:

diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index fd0cf4d2..44f9f72c 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -5,6 +5,8 @@ on:
     branches: [ master ]
   pull_request:
     branches: [ master ]
+  schedule:
+    - cron: '42 5 * * *'
 
 jobs:
 
@@ -57,7 +59,7 @@ jobs:
 
   cygwin-build:
     runs-on: windows-latest
-    if: "contains(github.event.head_commit.message, '[buildall]')"
+    if: (github.event_name == 'schedule' || contains(github.event.head_commit.message, '[buildall]'))
     steps:
     - uses: actions/checkout at v2
     - uses: crazy-max/ghaction-chocolatey at v1.2.2


-- 
The rsync repository.



More information about the rsync-cvs mailing list