Skip to content

Commit b3f80c9

Browse files
committed
repoowner
1 parent 988d10c commit b3f80c9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/doc-publish-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
if: |
1818
github.event.workflow_run.event == 'pull_request' &&
1919
github.event.workflow_run.conclusion == 'success' &&
20-
github.repository == 'zephyrproject-rtos/zephyr'
20+
github.repository_owner == 'zephyrproject-rtos'
2121
2222
steps:
2323
- name: Download artifacts

.github/workflows/doc-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
if: |
2121
github.event.workflow_run.event != 'pull_request' &&
2222
github.event.workflow_run.conclusion == 'success' &&
23-
github.repository == 'zephyrproject-rtos/zephyr'
23+
github.repository_owner == 'zephyrproject-rtos'
2424
2525
steps:
2626
- name: Download artifacts

0 commit comments

Comments
 (0)