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