Skip to content

Commit

Permalink
Code update
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 722336712
  • Loading branch information
The gemma Authors authored and Conchylicultor committed Feb 2, 2025
1 parent 50d7b4c commit d3ef080
Show file tree
Hide file tree
Showing 58 changed files with 7,027 additions and 7 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/pytest_and_autopublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,12 @@ jobs:

# Auto-publish when version is increased
publish-job:
if: false # TODO(epot): Restore once publishing is ready
# Only try to publish if:
# * Repo is self (prevents running from forks)
# * Branch is `main`
# if: |
# github.repository == 'google-deepmind/gemma'
# && github.ref == 'refs/heads/main'
if: |
github.repository == 'google-deepmind/gemma'
&& github.ref == 'refs/heads/main'
needs: pytest-job # Only publish after tests are successful
runs-on: ubuntu-latest
permissions:
Expand Down
Loading

0 comments on commit d3ef080

Please sign in to comment.