File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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' ||
You can’t perform that action at this time.
0 commit comments