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:
parent
03b470c74e
commit
ab83b6e850
1 changed files with 1 additions and 0 deletions
1
.github/workflows/doc-publish.yml
vendored
1
.github/workflows/doc-publish.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue