We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c6dba2 commit 7834083Copy full SHA for 7834083
.github/workflows/check-restricted-files.yaml
@@ -8,7 +8,6 @@ name: check-restricted-files
8
on:
9
pull_request:
10
paths:
11
- - "schemas/v[0-9].[0-9]/*.yaml"
12
- "versions/[0-9].[0-9].[0-9].md"
13
14
jobs:
@@ -34,6 +33,6 @@ jobs:
34
33
35
echo This PR contains changes to files that should not be changed:
36
echo
37
- git diff --compact-summary origin/${{ github.event.pull_request.base.ref }} origin/${{ github.event.pull_request.head.ref }} -- schemas/v[0-9].[0-9]/*.yaml versions/[0-9].[0-9].[0-9].md
+ git diff --compact-summary origin/${{ github.event.pull_request.base.ref }} origin/${{ github.event.pull_request.head.ref }} -- versions/[0-9].[0-9].[0-9].md
38
39
exit 1
0 commit comments