Skip to content

Commit

Permalink
Merge pull request #29 from AI-Hypercomputer/lukebaumann-patch-4
Browse files Browse the repository at this point in the history
Update main.yml
  • Loading branch information
lukebaumann authored Oct 23, 2024
2 parents dadee00 + cfc01e9 commit e7a85ce
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 e7a85ce

Please sign in to comment.