Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
Fixed the repository name in the GitHub action
  • Loading branch information
lukebaumann authored Oct 23, 2024
1 parent dadee00 commit cfc01e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
# * Repo is self (prevents running from forks)
# * Branch is `main`
if: |
github.repository == 'google/etils'
github.repository == 'AI-Hypercomputer/pathways-utils'
&& github.ref == 'refs/heads/main'
needs: unittest-job # Only publish after tests are successful
runs-on: ubuntu-latest
Expand Down

0 comments on commit cfc01e9

Please sign in to comment.