We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1647074 commit b7cf233Copy full SHA for b7cf233
.github/workflows/artifact-links.yml
@@ -8,6 +8,8 @@ jobs:
8
artifacts-url-comments:
9
name: Add artifact links to PR and issues
10
runs-on: ubuntu-latest
11
+ # Only run if the CI workflow was triggered by a pull_request
12
+ if: ${{ github.event.workflow_run.event == 'pull_request' }}
13
steps:
14
- name: Add artifact links to PR and issues
15
uses: tonyhallett/[email protected]
0 commit comments