Skip to content

Commit 93e8101

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 93e8101

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

.github/workflows/manifest-PR.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,3 @@ on:
44
types: [opened, synchronize, closed]
55
branches:
66
- main
7-
8-
9-
jobs:
10-
call-manifest-pr-action:
11-
runs-on: ubuntu-latest
12-
steps:
13-
- name: handle manifest PR
14-
uses: nrfconnect/action-manifest-pr@main
15-
with:
16-
token: ${{ secrets.NCS_GITHUB_TOKEN }}
17-
manifest-pr-title-details: ${{ github.event.pull_request.title }}

0 commit comments

Comments
 (0)