Skip to content

Commit 1cce915

Browse files
committed
Update check-restricted-files.yaml
1 parent 3cce433 commit 1cce915

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,12 @@ jobs:
2222
# echo base.ref=${{ github.event.pull_request.base.ref }}
2323
if [[ "${{ github.event.pull_request.head.repo.full_name }}" == "OAI/OpenAPI-Specification" ]] && \
2424
[[ "${{ github.event.pull_request.base.repo.full_name }}" == "OAI/OpenAPI-Specification" ]]; then
25-
# intra-repo pr
25+
echo Intra-repo PR
2626
if [[ "${{ github.event.pull_request.head.ref }}" == "main" ]] && \
2727
[[ "${{ github.event.pull_request.base.ref }}" == "dev" ]]; then
28-
# sync from main to dev
28+
echo Sync from main to dev
2929
exit 0
3030
fi
31-
exit 0
3231
fi
3332
3433
echo This PR contains changes to files that should not be changed

0 commit comments

Comments
 (0)