xref: /plugin/bpmnio/.github/workflows/dokuwiki.yml (revision d5f7db03e7446149ad254c0eda3a0add9d6eef60)
1name: DokuWiki Default Tasks
2on:
3  push:
4  pull_request:
5  schedule:
6    - cron: '0 5 1 * *' # run on the first of every month at 5am UTC
7
8permissions: write-all
9
10jobs:
11  all:
12    uses: dokuwiki/github-action/.github/workflows/all.yml@main
13