Skip to content

Commit 24d6754

Browse files
committed
remove target
Signed-off-by: Anas Nashif <[email protected]>
1 parent d1b014e commit 24d6754

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/manifest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Manifest
22
on:
3-
pull_request_target:
3+
pull_request:
44

55
permissions:
66
contents: read
@@ -16,7 +16,7 @@ jobs:
1616
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
1717
with:
1818
path: zephyrproject/zephyr
19-
ref: ${{ github.event.pull_request.head.sha }}
19+
#ref: ${{ github.event.pull_request.head.sha }}
2020
fetch-depth: 0
2121
persist-credentials: false
2222

0 commit comments

Comments
 (0)