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