Skip to content

Commit 99f24ab

Browse files
Modify doc check workflow triggers
1 parent b9fb6c5 commit 99f24ab

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/automatic-doc-checks.yml

+1-4
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,14 @@ name: Main Documentation Checks
22

33
on:
44
- push
5-
- pull_request
65
- workflow_dispatch
76

87
concurrency:
98
group: ${{ github.workflow }}-${{ github.ref }}
10-
cancel-in-progress: true
9+
cancel-in-progress: true
1110

1211
jobs:
1312
documentation-checks:
1413
uses: canonical/documentation-workflows/.github/workflows/documentation-checks.yaml@main
15-
env:
16-
CI: 1
1714
with:
1815
working-directory: doc/sphinx

0 commit comments

Comments
 (0)