Skip to content

Commit e7a85ce

Browse files
authored
Merge pull request #29 from AI-Hypercomputer/lukebaumann-patch-4
Update main.yml
2 parents dadee00 + cfc01e9 commit e7a85ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
# * Repo is self (prevents running from forks)
3838
# * Branch is `main`
3939
if: |
40-
github.repository == 'google/etils'
40+
github.repository == 'AI-Hypercomputer/pathways-utils'
4141
&& github.ref == 'refs/heads/main'
4242
needs: unittest-job # Only publish after tests are successful
4343
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)