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