Skip to content

Commit 4b285cb

Browse files
committed
fixup! run pn pull request synchronies
1 parent 8247e79 commit 4b285cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr-deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ concurrency:
4040

4141
jobs:
4242
get_info:
43-
if: (github.event_name == 'issue_comment' && contains(github.event.comment.body, '/deploy-pr') && (github.event.comment.author_association == 'MEMBER' || github.event.comment.author_association == 'COLLABORATOR' || github.event.comment.author_association == 'OWNER')) || github.event_name == 'workflow_dispatch'
43+
if: (github.event_name == 'issue_comment' && contains(github.event.comment.body, '/deploy-pr') && (github.event.comment.author_association == 'MEMBER' || github.event.comment.author_association == 'COLLABORATOR' || github.event.comment.author_association == 'OWNER')) || github.event_name == 'workflow_dispatch' || github.event_name == 'pull_request'
4444
outputs:
4545
PR_NUMBER: ${{ steps.pr_info.outputs.PR_NUMBER }}
4646
PR_TITLE: ${{ steps.pr_info.outputs.PR_TITLE }}

0 commit comments

Comments
 (0)