Skip to content

Commit

Permalink
Move check changs on unbuntu runner
Browse files Browse the repository at this point in the history
  • Loading branch information
wanliAlex committed Jan 23, 2025
1 parent f7f6cfb commit b289d50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unit_test_200gb_CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
echo "Head commit: $HEAD_COMMIT"
# Perform the diff to check for non-documentation changes
if git diff --name-only $BASE_COMMIT $HEAD_COMMIT -- | grep -vE '\.(md|yml)$'; then
if git diff --name-only $BASE_COMMIT $HEAD_COMMIT -- | grep -vE '\.(md)$'; then
echo "doc_only=false" >> $GITHUB_ENV
echo "doc_only=false" >> $GITHUB_OUTPUT
else
Expand Down

0 comments on commit b289d50

Please sign in to comment.