Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Rosyrain committed Aug 26, 2024
1 parent c32bc95 commit 6ab5e90
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/utils.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -221,8 +221,7 @@ jobs:
run: |
cd $GITHUB_WORKSPACE
if [ ! -f "$GITHUB_WORKSPACE/pr_coverage.out" ]; then
echo "pr_coverage.out does not exist."
echo "The code block has not changed,skip the remaining steps."
echo "pr_coverage.out does not exist.The code block has not changed,skip the remaining steps."
echo "file_exists=false" >> $GITHUB_OUTPUT
exit 1
else
Expand Down

0 comments on commit 6ab5e90

Please sign in to comment.