- 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
- 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
when:
- path:
include: ['musicpd.py', 'test.py', '.woodpecker/*']
- event: [ push, tag, manual ]
+ event: [ push, manual, cron ]
- name: build
image: python:${PYTHON_VERSION}
- 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}
- evaluate: 'PYTHON_VERSION == "3.12"'
path:
include: ['doc/**', '.woodpecker/*', 'README.rst']
- event: [push, tag, manual]
+ event: [ push, manual, cron ]