Skip to content

Commit 3bf0704

Browse files
committed
Only call doc-style (Vale) if called by a PR or a push.
1 parent 973b864 commit 3bf0704

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

.github/workflows/docs.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -57,15 +57,6 @@ env:
5757
extra: "--find-links .github/"
5858

5959
jobs:
60-
debug:
61-
runs-on: ubuntu-latest
62-
steps:
63-
- name: debug
64-
shell: bash
65-
run: |
66-
echo ${{ github.event.inputs.event_name }}
67-
echo ${{ github.event_name }}
68-
6960
doc-style:
7061
if: ${{ github.event.inputs.event_name != 'workflow_dispatch' && github.event_name != 'workflow_dispatch' }}
7162
name: "Check doc style"

0 commit comments

Comments
 (0)