Skip to content

Commit e938b29

Browse files
authored
ci: update repository references in publish workflow (#2)
1 parent 3d5adf6 commit e938b29

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
build-and-deploy:
4141
# scheduled run should only happen on main repo not forked ones.
4242
if: |
43-
github.event_name != 'schedule' || github.repository == 'lancedb/lance-python-doc'
43+
github.event_name != 'schedule' || github.repository == 'lance-format/lance-python-doc'
4444
runs-on: ubuntu-24.04
4545
timeout-minutes: 60
4646
strategy:
@@ -63,7 +63,7 @@ jobs:
6363
- name: Checkout lance repo
6464
uses: actions/checkout@v4
6565
with:
66-
repository: lancedb/lance
66+
repository: lance-format/lance
6767
path: lance
6868
- uses: Swatinem/rust-cache@v2
6969
with:

0 commit comments

Comments
 (0)