[Scummvm-git-logs] scummvm master -> 7c68c7ea7b2a9d2cb6c4f6bbce0dd820978a6de8

sev- sev at scummvm.org
Tue Sep 1 07:19:20 UTC 2020


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
7c68c7ea7b CI: Build every 4 hours. Currently, we exceeded quota 6x


Commit: 7c68c7ea7b2a9d2cb6c4f6bbce0dd820978a6de8
    https://github.com/scummvm/scummvm/commit/7c68c7ea7b2a9d2cb6c4f6bbce0dd820978a6de8
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2020-09-01T09:18:44+02:00

Commit Message:
CI: Build every 4 hours. Currently, we exceeded quota 6x

Changed paths:
    .github/workflows/ci.yml


diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index a1af3e0586..60503fade5 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -1,5 +1,7 @@
 name: CI
-on: [push, pull_request]
+on:
+  schedule:
+    - cron: '0 0-23/4 * * *'
 jobs:
   windows:
     name: Windows




More information about the Scummvm-git-logs mailing list