Skip to content

Commit f93ee46

Browse files
author
anupsv
committed
fix: storage-report workflow
1 parent 75dbc53 commit f93ee46

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/storage-report.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,6 @@ jobs:
4545
echo "::error::Invalid SHA format: $TARGET"
4646
exit 1
4747
fi
48-
# Verify the SHA exists in the repository
49-
if ! git cat-file -e "$TARGET" 2>/dev/null; then
50-
echo "::error::SHA does not exist in repository: $TARGET"
51-
exit 1
52-
fi
5348
git fetch origin "$TARGET"
5449
git checkout "$TARGET"
5550
@@ -64,4 +59,4 @@ jobs:
6459
else
6560
echo "::error::Differences found between PR and target branch storage layouts"
6661
exit 1
67-
fi
62+
fi

0 commit comments

Comments
 (0)