Skip to content

Commit

Permalink
Update welcome.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewEhlo authored Mar 4, 2024
1 parent fa9c028 commit cba35e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/welcome.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
with:
fetch-depth: 0
- name: Add link to PR
if: ${{ github.event_name == 'pull_request' }}
if: ${{ github.event_name == 'pull_request' && github.event_name.type == 'opened' }}
uses: VirtoCommerce/vc-github-actions/publish-artifact-link@master
with:
artifactUrl: ${{ github.event_name }}
Expand Down

0 comments on commit cba35e3

Please sign in to comment.