Skip to content

Commit

Permalink
Make sure to add artifacts for selfhosted
Browse files Browse the repository at this point in the history
Also continue even if error (i.e., don't fail for merge to main)

Signed-off-by: Geoff Hutchison <[email protected]>
  • Loading branch information
ghutchis committed Jun 9, 2022
1 parent 0f4eaad commit 805383a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/add_artifact_urls.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: add artifact links to pull request and related issues
on:
workflow_run:
workflows: ['CMake Build Matrix']
workflows: ['CMake Build Matrix', 'CMake Self-Hosted']
types: [completed]

jobs:
Expand All @@ -10,11 +10,12 @@ jobs:
runs-on: windows-2019
steps:
- name: add artifact links to pull request and related issues step
uses: tonyhallett/artifacts-url-comments@v1.0.0
uses: tonyhallett/artifacts-url-comments@v1.1.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
prefix: Here are the build results
suffix: Artifacts will only be retained for 90 days.
format: name
addTo: pullandissues
continue-on-error: true

0 comments on commit 805383a

Please sign in to comment.