]> kaliko git repositories - python-musicpd.git/commitdiff
ci: Add cron event
authorKaliko Jack <kaliko@azylum.org>
Sat, 29 Mar 2025 09:27:15 +0000 (10:27 +0100)
committerKaliko Jack <kaliko@azylum.org>
Sat, 29 Mar 2025 09:28:25 +0000 (10:28 +0100)
.woodpecker/notify-failure.yaml
.woodpecker/notify-success.yaml
.woodpecker/tests.yaml

index 0ebd3f187c543d71d2f0a1bd93ebc5d58426b89e..781b64f2cc055095baee8b6d7507174fff384bdb 100644 (file)
@@ -11,7 +11,7 @@ steps:
       - apt update && apt install -q2 -y go-sendxmpp/stable-backports ca-certificates
       - bash .woodpecker/notify.sh
     when:
-      - event: [ push, manual ]
+      - event: [ push, manual, cron ]
 
 depends_on:
   - tests
index 7ef2493d7440f58720741b4484ba7d0875a413c4..5519575d254ce48a7d1fa51fac9e07563419b930 100644 (file)
@@ -11,7 +11,7 @@ steps:
       - apt update && apt install -q2 -y go-sendxmpp/stable-backports ca-certificates
       - bash .woodpecker/notify.sh
     when:
-      - event: [ push, manual ]
+      - event: [ push, manual, cron ]
 
 depends_on:
   - tests
index 46d393f07649b12b84c8e577f2d96009a5cdbfea..86716dc7e7de82571da6a747cd22eeb90e16422c 100644 (file)
@@ -19,7 +19,7 @@ steps:
     when:
       - path:
           include: ['musicpd.py', 'test.py', '.woodpecker/*']
-        event: [ push, tag, manual ]
+        event: [ push, manual, cron ]
 
   - name: build
     image: python:${PYTHON_VERSION}
@@ -32,7 +32,7 @@ steps:
       - evaluate: 'PYTHON_VERSION in ["3.9", "3.10", "3.11", "3.12"]'
         path:
           include: ['pyproject.toml', '.woodpecker/*']
-        event: [ push, tag, manual ]
+        event: [ push, manual, cron ]
 
   - name: sphinx
     image: python:${PYTHON_VERSION}
@@ -44,4 +44,4 @@ steps:
       - evaluate: 'PYTHON_VERSION == "3.12"'
         path:
           include: ['doc/**', '.woodpecker/*', 'README.rst']
-        event: [push, tag, manual]
+        event: [ push, manual, cron ]