From 7b82ee9442c030b4f4c9c51488ce0640c16321ed Mon Sep 17 00:00:00 2001 From: Adeeb Shihadeh Date: Mon, 18 May 2020 13:18:09 -0700 Subject: [PATCH] disable that for now --- .github/workflows/test.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index adad265748..ce249b2532 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -67,7 +67,8 @@ jobs: name: push runs-on: ubuntu-16.04 needs: build - if: github.ref == 'refs/heads/master' && github.event_name != 'pull_request' && github.repository == 'commaai/openpilot' + #if: github.ref == 'refs/heads/master' && github.event_name != 'pull_request' && github.repository == 'commaai/openpilot' + if: github.repository == 'commaai/openpilot' steps: - uses: actions/download-artifact@v1 with: