Skip to content

Commit

Permalink
[no-issue] ensure opened PR will get preview link comment (#1503)
Browse files Browse the repository at this point in the history
  • Loading branch information
reey authored Oct 23, 2023
1 parent f5b49f7 commit 6919140
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ permissions:
pull-requests: write

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
group: ${{ github.workflow }}-${{ github.ref }}-${{ github.event.action == 'opened' }}
cancel-in-progress: true

defaults:
Expand Down

0 comments on commit 6919140

Please sign in to comment.