Skip to content

Commit d8621f9

Browse files
committed
Ignore failing comment job
1 parent 1ba7d17 commit d8621f9

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/gh-pages.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,11 @@ jobs:
1212
env:
1313
PR_PATH: pull/${{github.event.number}}
1414
permissions:
15+
id-token: write
1516
contents: write
1617
steps:
1718
- name: Comment on PR
19+
continue-on-error: true
1820
uses: hasura/comment-progress@v2.3.0
1921
if: github.ref != 'refs/heads/main'
2022
with:
@@ -86,6 +88,7 @@ jobs:
8688
destination_dir: ${{ env.PR_PATH }}
8789

8890
- name: Update comment
91+
continue-on-error: true
8992
uses: hasura/comment-progress@v2.3.0
9093
if: github.ref != 'refs/heads/main'
9194
with:

0 commit comments

Comments
 (0)