Skip to content

Commit 488ac0f

Browse files
committed
fmt
1 parent f252386 commit 488ac0f

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
@@ -35,7 +35,7 @@ permissions:
3535
pull-requests: write
3636

3737
concurrency:
38-
group: ${{ github.workflow }}-PR-${{ (github.event.pull_request.number || github.event.issue.number) || (github.event.inputs.pr_number) }}
38+
group: ${{ github.workflow }}-PR-${{ github.event.pull_request.number || github.event.issue.number || github.event.inputs.pr_number }}
3939
cancel-in-progress: true
4040

4141
jobs:

0 commit comments

Comments
 (0)