Skip to content

Commit

Permalink
add continue-on-error to handle workflow runs from forks
Browse files Browse the repository at this point in the history
  • Loading branch information
dariusptrs authored Feb 5, 2025
1 parent 1da5da4 commit 6a92f23
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,10 @@ jobs:
with:
name: latexdiff-artifact
path: diff/*.pdf

- name: Comment on PR with artifact link
if: ${{ github.event_name == 'pull_request' }}
continue-on-error: true
uses: actions/github-script@v6
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 6a92f23

Please sign in to comment.