Skip to content

Commit 2bfec92

Browse files
committed
Ignore failing comment job
1 parent 1ba7d17 commit 2bfec92

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/gh-pages.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ jobs:
1111
runs-on: ubuntu-22.04
1212
env:
1313
PR_PATH: pull/${{github.event.number}}
14-
permissions:
15-
contents: write
14+
permissions: write-all
1615
steps:
1716
- name: Comment on PR
17+
continue-on-error: true
1818
uses: hasura/comment-progress@v2.3.0
1919
if: github.ref != 'refs/heads/main'
2020
with:
@@ -86,6 +86,7 @@ jobs:
8686
destination_dir: ${{ env.PR_PATH }}
8787

8888
- name: Update comment
89+
continue-on-error: true
8990
uses: hasura/comment-progress@v2.3.0
9091
if: github.ref != 'refs/heads/main'
9192
with:

0 commit comments

Comments
 (0)