CICD: Restrict Artifact Comment Workflow to only Run on Pull Requests.

Signed-off-by: Michael Keller <mikeller@042.ch>
This commit is contained in:
Michael Keller 2024-05-14 13:35:12 +12:00 committed by Michael Keller
parent 1c0fe2fa1f
commit 912badadd4

View file

@ -19,6 +19,7 @@ jobs:
- name: Add artifact links to PR and issues
if: github.event.workflow_run.event == 'pull_request'
uses: tonyhallett/artifacts-url-comments@v1.1.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}