We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dadee00 commit cfc01e9Copy full SHA for cfc01e9
.github/workflows/main.yml
@@ -37,7 +37,7 @@ jobs:
37
# * Repo is self (prevents running from forks)
38
# * Branch is `main`
39
if: |
40
- github.repository == 'google/etils'
+ github.repository == 'AI-Hypercomputer/pathways-utils'
41
&& github.ref == 'refs/heads/main'
42
needs: unittest-job # Only publish after tests are successful
43
runs-on: ubuntu-latest
0 commit comments