Skip to content

Commit

Permalink
ignore error when uploading test dashboard from build for external forks
Browse files Browse the repository at this point in the history
  • Loading branch information
imatiach-msft committed Jan 10, 2024
1 parent c2a9352 commit fdb0702
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/CD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ jobs:
else
echo "Invalid event $${{ github.event_name }}"
fi
continue-on-error: true

- uses: unsplash/comment-on-pr@master
if: ${{ github.event_name == 'pull_request' }}
Expand Down

0 comments on commit fdb0702

Please sign in to comment.