mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2025-08-04 13:30:48 +00:00
Continue execution of ci script if posting a comment fails
Test Plan: Create PR run for forked repo and see if the CI still finishes even if the commment creation fails Reviewers: Pull Request: https://github.com/GraphiteEditor/Graphite/pull/1164
This commit is contained in:
parent
d8dfcb28ac
commit
c61ea003a7
1 changed files with 3 additions and 0 deletions
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
|
@ -28,6 +28,7 @@ jobs:
|
||||||
- name: Comment deploy start
|
- name: Comment deploy start
|
||||||
if: github.event_name != 'push'
|
if: github.event_name != 'push'
|
||||||
uses: mshick/add-pr-comment@v2
|
uses: mshick/add-pr-comment@v2
|
||||||
|
continue-on-error: true
|
||||||
with:
|
with:
|
||||||
message-id: cloudflare-deploy
|
message-id: cloudflare-deploy
|
||||||
message: |
|
message: |
|
||||||
|
@ -65,6 +66,7 @@ jobs:
|
||||||
- name: Publish
|
- name: Publish
|
||||||
id: cloudflare
|
id: cloudflare
|
||||||
uses: cloudflare/pages-action@1
|
uses: cloudflare/pages-action@1
|
||||||
|
continue-on-error: true
|
||||||
with:
|
with:
|
||||||
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
|
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
|
||||||
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
|
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
|
||||||
|
@ -74,6 +76,7 @@ jobs:
|
||||||
|
|
||||||
- name: Comment deploy url
|
- name: Comment deploy url
|
||||||
uses: mshick/add-pr-comment@v2
|
uses: mshick/add-pr-comment@v2
|
||||||
|
continue-on-error: true
|
||||||
with:
|
with:
|
||||||
message-id: cloudflare-deploy
|
message-id: cloudflare-deploy
|
||||||
message: |
|
message: |
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue