Skip to content

Commit

Permalink
t
Browse files Browse the repository at this point in the history
  • Loading branch information
atteggiani committed Nov 7, 2023
1 parent 1128081 commit 61ce89c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr_preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ jobs:
folder=pr-preview/pr-${{ github.event.number }}
if [ -z $folder ]
then
echo "$folder not found!"
exit 1
echo "Nothing to remove!"
exit 0
fi
rm -rf $folder
Expand Down

0 comments on commit 61ce89c

Please sign in to comment.