Skip to content

Commit 29c5ca3

Browse files
committed
Update
1 parent c8441ce commit 29c5ca3

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
push:
99
branches: ["main"]
1010
tags-ignore: ["v*-*"]
11-
pull_request_target:
11+
pull_request:
1212
branches: ["main"]
1313
workflow_dispatch:
1414
inputs:
@@ -19,7 +19,7 @@ on:
1919
type: boolean
2020

2121
concurrency:
22-
group: ${{ github.workflow }}-${{ github.ref }}
22+
group: ${{ github.workflow }}-${{ github.ref }}-${{ github.event.pull_request.head.repo.fork }}
2323
cancel-in-progress: true
2424

2525
defaults:
@@ -59,6 +59,7 @@ jobs:
5959
uses: actions/checkout@v4
6060
with:
6161
fetch-depth: 0
62+
6263
- name: Install GitVersion
6364
uses: gittools/actions/gitversion/[email protected]
6465
with:

0 commit comments

Comments
 (0)