Skip to content

nRF Desktop: nRF54LM20: execute the app code from RAM #20089

nRF Desktop: nRF54LM20: execute the app code from RAM

nRF Desktop: nRF54LM20: execute the app code from RAM #20089

Workflow file for this run

name: Documentation Remove
on:
pull_request_target:
types: [closed]
branches:
- main
- 'v*-branch'
permissions:
contents: read
jobs:
remove:
runs-on: ubuntu-24.04
steps:
- name: Try removal of PR-docs
env:
AZCOPY_CONCURRENCY_VALUE: 3000
run: |
azcopy rm "${{ vars.NCS_DOC_STORAGE_URL }}PR-${{ github.event.number }}?${{ secrets.NCS_DOC_SAS }}" --recursive=true || true