fix(core): copilot test condition & retry (#8665)

This commit is contained in:
darkskygit
2024-11-04 06:17:06 +00:00
parent ee16ea7a5a
commit 2e7a7d5909
3 changed files with 19 additions and 16 deletions

View File

@@ -473,12 +473,8 @@ jobs:
env:
BASE_REF: ${{ github.base_ref }}
run: |
if [ -n "$BASE_REF" ]; then
if node ./scripts/detect-blocksuite-update.mjs "$BASE_REF"; then
echo "skip=false" >> $GITHUB_OUTPUT
else
echo "skip=true" >> $GITHUB_OUTPUT
fi
if node ./scripts/detect-blocksuite-update.mjs "$BASE_REF"; then
echo "skip=false" >> $GITHUB_OUTPUT
else
echo "skip=true" >> $GITHUB_OUTPUT
fi