Skip to content

Commit

Permalink
Modify doc check workflow triggers
Browse files Browse the repository at this point in the history
  • Loading branch information
tarek-y-ismail committed Oct 7, 2024
1 parent b9fb6c5 commit 99f24ab
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/automatic-doc-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,14 @@ name: Main Documentation Checks

on:
- push
- pull_request
- workflow_dispatch

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
cancel-in-progress: true

jobs:
documentation-checks:
uses: canonical/documentation-workflows/.github/workflows/documentation-checks.yaml@main
env:
CI: 1
with:
working-directory: doc/sphinx

0 comments on commit 99f24ab

Please sign in to comment.