Skip to content

Commit 0bb7f5d

Browse files
committed
ci: update repository_owner gate to ogx-ai in pypi workflow
Publish and Docker jobs were gated on github.repository_owner == 'llamastack' and skipped after the repo move to ogx-ai. Update both gates so releases publish from the new org. Signed-off-by: Charlie Doern <cdoern@redhat.com>
1 parent aca6756 commit 0bb7f5d

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
@@ -678,7 +678,7 @@ jobs:
678678
publish-packages:
679679
name: Publish ${{ matrix.package }}
680680
if: |
681-
github.repository_owner == 'llamastack' &&
681+
github.repository_owner == 'ogx-ai' &&
682682
(inputs.dry_run || 'test-pypi') != 'build-only' && (
683683
github.event_name == 'workflow_dispatch' ||
684684
github.event.action == 'published' ||
@@ -881,7 +881,7 @@ jobs:
881881
always() &&
882882
needs.compute-version.result == 'success' &&
883883
(needs.publish-packages.result == 'success' || needs.publish-packages.result == 'skipped') &&
884-
github.repository_owner == 'llamastack' &&
884+
github.repository_owner == 'ogx-ai' &&
885885
(inputs.dry_run || 'test-pypi') != 'build-only' &&
886886
(inputs.packages || 'all') != 'clients-only' && (
887887
github.event_name == 'workflow_dispatch' ||

0 commit comments

Comments
 (0)