We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d5adf6 commit e938b29Copy full SHA for e938b29
.github/workflows/publish.yml
@@ -40,7 +40,7 @@ jobs:
40
build-and-deploy:
41
# scheduled run should only happen on main repo not forked ones.
42
if: |
43
- github.event_name != 'schedule' || github.repository == 'lancedb/lance-python-doc'
+ github.event_name != 'schedule' || github.repository == 'lance-format/lance-python-doc'
44
runs-on: ubuntu-24.04
45
timeout-minutes: 60
46
strategy:
@@ -63,7 +63,7 @@ jobs:
63
- name: Checkout lance repo
64
uses: actions/checkout@v4
65
with:
66
- repository: lancedb/lance
+ repository: lance-format/lance
67
path: lance
68
- uses: Swatinem/rust-cache@v2
69
0 commit comments