Skip to content

Commit

Permalink
Allow pr-comment to fail
Browse files Browse the repository at this point in the history
  • Loading branch information
sanjacob authored Sep 8, 2024
1 parent ba0ab28 commit b02e0e6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -305,12 +305,13 @@ jobs:
ACTION_RUNS: https://github.com/sanjacob/BlackboardSync/actions/runs/
steps:
- uses: mshick/add-pr-comment@v2
continue-on-error: true
with:
message: >
The build process has succeeded.
Please test either package-macos-12 (x86_64),
package-macos-14 (arm64), or package-windows-latest.
Please test either `package-macos-12` (x86_64),
`package-macos-14` (arm64), or `package-windows-latest`.
You can find them
[here](${{ format('{0}{1}', env.ACTION_RUNS, github.run_id) }})
Expand Down

0 comments on commit b02e0e6

Please sign in to comment.