Fix broken build.yml.

PiperOrigin-RevId: 569232412
Change-Id: Ic8d9dc96284825595461bbf9396d6525673efb1f
This commit is contained in:
Saran Tunyasuvunakool
2023-09-28 11:00:58 -07:00
committed by Copybara-Service
parent 7e5711ad36
commit d223f40eef
+1 -1
View File
@@ -229,7 +229,7 @@ jobs:
source ${{ matrix.tmpdir }}/venv/bin/activate &&
pytest -v --pyargs mujoco
- name: Notify team chat
if: ${{ always() && github.event_name == "push" }}
if: ${{ always() && github.event_name == 'push' }}
env:
GCHAT_API: "${{ secrets.GCHAT_API }}"
RUN_URL: "${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}"