Skip to content

Commit

Permalink
[nrf noup] ci: Fix manifest-pr-skip
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
57300 committed Oct 9, 2024
1 parent b83478a commit 93e8101
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/manifest-PR.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,3 @@ on:
types: [opened, synchronize, closed]
branches:
- main


jobs:
call-manifest-pr-action:
runs-on: ubuntu-latest
steps:
- name: handle manifest PR
uses: nrfconnect/action-manifest-pr@main
with:
token: ${{ secrets.NCS_GITHUB_TOKEN }}
manifest-pr-title-details: ${{ github.event.pull_request.title }}

0 comments on commit 93e8101

Please sign in to comment.