Fix broken build.yml.
PiperOrigin-RevId: 569232412 Change-Id: Ic8d9dc96284825595461bbf9396d6525673efb1f
This commit is contained in:
committed by
Copybara-Service
parent
7e5711ad36
commit
d223f40eef
@@ -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 }}"
|
||||
|
||||
Reference in New Issue
Block a user