From cfc01e9102f41cb30860bba29f6ff3a5fdd79233 Mon Sep 17 00:00:00 2001 From: Luke Baumann Date: Wed, 23 Oct 2024 11:50:15 -0700 Subject: [PATCH] Update main.yml Fixed the repository name in the GitHub action --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 8e0346c..9b2a053 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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