Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
RayOei committed Mar 7, 2025
1 parent 11c86d3 commit bf998aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
run: |
echo "Base: $GITHUB_BASE_REF"
echo "Head: $GITHUB_HEAD_REF"
if git diff --exit-code --name-only origin/$GITHUB_BASE_REF HEAD ':!.gitignore' ':!docs' ':!*.md' ':!*.txt' ':!*.yml'; then
if git diff --exit-code --name-only origin/$GITHUB_BASE_REF...$GITHUB_SHA ':!.gitignore' ':!docs' ':!*.md' ':!*.txt' ':!*.yml'; then
echo "RUN_TEST=false" >> $GITHUB_ENV
echo "RUN_TEST = false"
else
Expand Down

0 comments on commit bf998aa

Please sign in to comment.