Skip to content

[DPE-7322] Tweak database DBA role naming #47

[DPE-7322] Tweak database DBA role naming

[DPE-7322] Tweak database DBA role naming #47

#
name: Automatic doc checks
on:
push:
branches: [ main ]
pull_request:
paths:
- 'docs/**' # Only run on changes to the docs directory
workflow_dispatch:
# Manual trigger
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
documentation-checks:
uses: canonical/documentation-workflows/.github/workflows/documentation-checks.yaml@main
with:
working-directory: "docs"
fetch-depth: 0