Skip to content

ci(docs): reduce the amount of workflow to be run #205

ci(docs): reduce the amount of workflow to be run

ci(docs): reduce the amount of workflow to be run #205

name: Main Documentation Checks
on:
push:
branches:
- main
pull_request:
workflow_dispatch:
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/'