suit: Allow installing Nordic elements from external memory #14430
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Documentation Remove | |
on: | |
pull_request_target: | |
types: [closed] | |
branches: | |
- main | |
jobs: | |
remove: | |
runs-on: ubuntu-latest | |
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 |