Skip to content

Commit 41672a7

Browse files
committed
Update check-restricted-files.yaml
1 parent 1be3e58 commit 41672a7

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

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

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,6 @@ jobs:
4242
4343
echo This PR contains changes to files that should not be changed
4444
echo
45-
# git diff --compact-summary upstream/v3.2-dev upstream/v3.2-dev-sync-with-dev -- versions
46-
47-
echo ${{ github.event.pull_request.head.label }}
48-
echo ${{ github.event.pull_request.base.label }}
45+
git diff --compact-summary origin/${{ github.event.pull_request.base.ref }} origin/${{ github.event.pull_request.head.ref }} -- versions
4946
5047
exit 1

0 commit comments

Comments
 (0)