From d223f40eefe36f69b339575ac06e288147cae7ac Mon Sep 17 00:00:00 2001 From: Saran Tunyasuvunakool Date: Thu, 28 Sep 2023 11:00:58 -0700 Subject: [PATCH] Fix broken build.yml. PiperOrigin-RevId: 569232412 Change-Id: Ic8d9dc96284825595461bbf9396d6525673efb1f --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 098a766d..e7a97425 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 }}"