Don't do a shallow clone, to avoid "fast-forward" push confusion.

PiperOrigin-RevId: 940727059
Change-Id: Id3c6c7c6a3fa1288ed091e49afc073b74f0bbd9c
This commit is contained in:
Michael Moss
2026-06-30 16:42:52 -07:00
committed by Copybara-Service
parent 58d6910afa
commit 2012646711
+2
View File
@@ -14,6 +14,8 @@ jobs:
steps:
- name: Checkout MuJoCo
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Fast-forward the live branch
run: |