Skip to content

Commit

Permalink
Ignore failing comment steps
Browse files Browse the repository at this point in the history
- trying to get preview to work
  • Loading branch information
mrbean-bremen committed Jun 4, 2024
1 parent c6332c0 commit 38e0061
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ jobs:
PR_PATH: pull/${{github.event.number}}
steps:
- name: Comment on PR
uses: hasura/comment-progress@v2.2.0
uses: hasura/comment-progress@v2.3.0
continue-on-error: true
if: github.ref != 'refs/heads/main'
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
Expand Down Expand Up @@ -85,6 +86,7 @@ jobs:

- name: Update comment
uses: hasura/comment-progress@v2.2.0
continue-on-error: true
if: github.ref != 'refs/heads/main'
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 38e0061

Please sign in to comment.