Skip to content

Commit 06bbefc

Browse files
committed
11
1 parent 057ba2a commit 06bbefc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/alioss-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
git switch -c check_branch
2424
2525
# Get the diff of the changes
26-
DIFF=$(git diff origin/$GITHUB_BASE_REF check_branch)
26+
DIFF=$(git diff origin/$GITHUB_BASE_REF check_branch -- . ':(exclude).github/workflows/alioss-check.yml')
2727
2828
2929
# Check the diff for alioss

0 commit comments

Comments
 (0)