Skip to content

Commit 03f26ee

Browse files
committed
Update check-restricted-files.yaml
1 parent d08932c commit 03f26ee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
shell: bash
2121
run: |
2222
# echo base.ref=${{ github.event.pull_request.base.ref }}
23-
[[ "${{ github.event.pull_request.base.repo.full_name }}" == "-OAI/OpenAPI-Specification" ]] && exit 0
24-
echo
23+
[[ "${{ github.event.pull_request.base.repo.full_name }}" == "OAI/OpenAPI-Specification" ]] && exit 0
24+
2525
echo This PR contains changes to files that should not be changed
2626
exit 1

0 commit comments

Comments
 (0)