Skip to content

Commit

Permalink
ci: use build in mechanism to skip crating PR in nrf
Browse files Browse the repository at this point in the history
the action from nrfconnect has this logic embedded inside

Signed-off-by: Robert Gałat <[email protected]>
  • Loading branch information
RobertGalatNordic committed Apr 11, 2024
1 parent 02e2a8e commit c723d50
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
(branch, hash, pull/XXX/head)
NRF_revision=main

(true, false)
Create_NRF_PR=false
manifest-pr-skip (remove this line to create PR in NRF)

## Description

Expand Down
1 change: 0 additions & 1 deletion .github/workflows/on-pr_nrf_manifest_update_PR.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ on:
jobs:
create-manifest-pr:
runs-on: ubuntu-latest
if: contains(${{ github.event.pull_request.body }}, "Create_NRF_PR=true" )
steps:
- name: Create manifest PR
uses: nrfconnect/action-manifest-pr@main
Expand Down

0 comments on commit c723d50

Please sign in to comment.