Skip to content

Commit bbf45ef

Browse files
committed
ci: enable release publishing from ogx-ai owner on release 0.5
Signed-off-by: Sumanth Kamenani <skamenan@redhat.com>
1 parent 2f34207 commit bbf45ef

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/pypi.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -540,7 +540,7 @@ jobs:
540540
publish-packages:
541541
name: Publish ${{ matrix.package }}
542542
if: |
543-
github.repository_owner == 'llamastack' &&
543+
github.repository_owner == 'ogx-ai' &&
544544
(inputs.dry_run || 'test-pypi') != 'build-only' && (
545545
github.event_name == 'workflow_dispatch' ||
546546
github.event.action == 'published' ||
@@ -737,7 +737,7 @@ jobs:
737737
always() &&
738738
needs.compute-version.result == 'success' &&
739739
(needs.publish-packages.result == 'success' || needs.publish-packages.result == 'skipped') &&
740-
github.repository_owner == 'llamastack' &&
740+
github.repository_owner == 'ogx-ai' &&
741741
(inputs.dry_run || 'test-pypi') != 'build-only' &&
742742
(inputs.packages || 'all') != 'clients-only' && (
743743
github.event_name == 'workflow_dispatch' ||

0 commit comments

Comments
 (0)