Skip to content

Commit d2c0cfd

Browse files
committed
[nrf noup] ci: Fix manifest-pr-skip
fixup! [nrf noup] ci: Enable action-manifest-pr When the PR title or body contains "manifest-pr-skip", this action will cancel itself, which results in a failure status. Use the same condition to skip the whole workflow instead. Signed-off-by: Grzegorz Swiderski <[email protected]>
1 parent b83478a commit d2c0cfd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/manifest-PR.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ jobs:
1010
call-manifest-pr-action:
1111
runs-on: ubuntu-latest
1212
steps:
13+
- name: test
14+
run: echo ${{ github.event.pull_request.body }}
1315
- name: handle manifest PR
1416
uses: nrfconnect/action-manifest-pr@main
1517
with:

0 commit comments

Comments
 (0)