Skip to content

Commit 516c3b4

Browse files
authored
Revert path filters on required checks (#1342)
* Revert path filters on required checks * The word converter workflow is no longer a required check
1 parent b1f376d commit 516c3b4

File tree

2 files changed

+0
-9
lines changed

2 files changed

+0
-9
lines changed

.github/workflows/grammar-validator.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,6 @@ name: ANTLR Grammar validator
44
on:
55
pull_request:
66
types: [opened, synchronize, reopened]
7-
paths:
8-
- "standard/**"
9-
- "tools/GrammarTesting/**"
10-
- "tools/validate-grammar.sh"
11-
- ".github/workflows/dependencies/GrammarTestingEnv.tgz"
127
workflow_dispatch:
138
inputs:
149
reason:

.github/workflows/renumber-sections.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,6 @@ name: Renumber standard TOC
44
on:
55
pull_request:
66
types: [opened, synchronize, reopened]
7-
paths:
8-
- "standard/**"
9-
- "tools/StandardAnchorTags/**"
10-
- "tools/run-section-renumber.sh"
117
workflow_dispatch:
128
inputs:
139
reason:

0 commit comments

Comments
 (0)