Skip to content

Commit f6812d3

Browse files
shoyercopybara-github
authored andcommitted
Fix auto-publish workflow
PiperOrigin-RevId: 805112806
1 parent 22225df commit f6812d3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
# * Repo is self (prevents running from forks)
5252
# * Branch is `main`
5353
if: |
54-
github.repository == 'google/xarray-beam'
54+
github.repository == 'google/xarray-Tensorstore'
5555
&& github.ref == 'refs/heads/main'
5656
needs: tests # Only publish after tests are successful
5757
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)