actions: only publish docs from zephyr repo

Do not run doc publication job on other reports, only on the main zephyr
repo.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
Anas Nashif 2021-11-03 17:12:46 -04:00 committed by Carles Cufí
commit ab83b6e850

View file

@ -20,6 +20,7 @@ jobs:
name: Publish Documentation
runs-on: ubuntu-latest
if: ${{ github.event.workflow_run.conclusion == 'success' }}
if: github.repository == 'zephyrproject-rtos/zephyr'
steps:
- name: Download artifacts