Skip to content

Commit

Permalink
remove hardcoded diff check result
Browse files Browse the repository at this point in the history
  • Loading branch information
0div committed Sep 23, 2024
1 parent 447aab6 commit 363e921
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/scripts/is_new_api_ref.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@ set -euo pipefail
# This script checks for diffs in the packages directory.
# If there are diffs, it means we need to generate a new API references.
if git diff --name-only HEAD^ | grep -q '^packages/'; then
#echo "new_api_ref=false" >>"$GITHUB_OUTPUT"
# for testing purposes
echo "true"
echo "false"
else
echo "true"
fi

0 comments on commit 363e921

Please sign in to comment.