Skip to content

Commit 3239f99

Browse files
committed
ci: Disable NCS manifest PR creation for upstream PRs
For PRs updating the FW blobs for upstream, the manifest PR in NCS is not needed, so, disable this action. Signed-off-by: Chaitanya Tata <[email protected]>
1 parent 78d786e commit 3239f99

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/manifest-PR.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ on:
44
types: [opened, synchronize, closed]
55
branches:
66
- main
7-
7+
paths-ignore:
8+
- 'nrf_wifi/bin/zephyr/**'
89

910
jobs:
1011
call-manifest-pr-action:

0 commit comments

Comments
 (0)