Skip to content

Commit 9d23ac1

Browse files
committed
Update check-restricted-files.yaml
1 parent 249dcef commit 9d23ac1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,8 @@ jobs:
1818
- name: Check changed files
1919
shell: bash
2020
run: |
21+
# echo base.ref=${{ github.event.pull_request.base.ref }}
22+
[[ "${{ github.event.pull_request.base.repo.full_name }}" == "-OAI/OpenAPI-Specification" ]] && exit 0
23+
echo
2124
echo This PR contains changes to files that should not be changed
2225
exit 1

0 commit comments

Comments
 (0)