Skip to content

Commit b940d09

Browse files
committed
Update check-restricted-files.yaml
1 parent e4e39b6 commit b940d09

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/check-restricted-files.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,6 @@ jobs:
2222
run: |
2323
set +e
2424
25-
# if [[ ${{ github.event.pull_request.base.ref }} == "main" ]]; then
26-
# exit 0
27-
# fi
28-
2925
git diff --exit-code --name-only ${{ github.event.pull_request.head.sha }} ${{ github.event.pull_request.base.sha }} \
3026
-- schemas versions
3127
if [[ $? -ne 0 ]]; then

0 commit comments

Comments
 (0)