We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 057ba2a commit 06bbefcCopy full SHA for 06bbefc
.github/workflows/alioss-check.yml
@@ -23,7 +23,7 @@ jobs:
23
git switch -c check_branch
24
25
# Get the diff of the changes
26
- DIFF=$(git diff origin/$GITHUB_BASE_REF check_branch)
+ DIFF=$(git diff origin/$GITHUB_BASE_REF check_branch -- . ':(exclude).github/workflows/alioss-check.yml')
27
28
29
# Check the diff for alioss
0 commit comments