Skip to content

Commit af2407a

Browse files
FrancescoSercarlescufi
authored andcommitted
doc: Updated docbuild workflow for zoomin pack
Updated docbuild workflow for zoomin pack. Signed-off-by: Francesco Domenico Servidio <[email protected]>
1 parent bc8a095 commit af2407a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docbuild.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ jobs:
142142
mv "${ARCHIVE}" ../../../
143143
144144
- name: Prepare Zoomin upload
145-
if: ${{ !contains(github.event.pull_request.labels.*.name, 'external') || contains(github.event.pull_request.labels.*.name, 'CI-trusted-author') }}
145+
if: ${{ github.event_name == 'push' }}
146146
working-directory: ncs/nrf
147147
run: |
148148
ROOT="$PWD"

0 commit comments

Comments
 (0)