xref: /plugin/smtp/.github/workflows/dokuwiki.yml (revision ee5c02056e482f4a07fb4b075ec45c4dfd3de0e8)
1*ee5c0205SAndreas Gohrname: DokuWiki Default Tasks
2*ee5c0205SAndreas Gohron:
3*ee5c0205SAndreas Gohr  push:
4*ee5c0205SAndreas Gohr  pull_request:
5*ee5c0205SAndreas Gohr  schedule:
6*ee5c0205SAndreas Gohr    - cron: '23 1 18 * *'
7*ee5c0205SAndreas Gohr
8*ee5c0205SAndreas Gohr
9*ee5c0205SAndreas Gohrjobs:
10*ee5c0205SAndreas Gohr  all:
11*ee5c0205SAndreas Gohr    uses: dokuwiki/github-action/.github/workflows/all.yml@main
12