Skip to content

Commit cfc01e9

Browse files
authored
Update main.yml
Fixed the repository name in the GitHub action
1 parent dadee00 commit cfc01e9

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)