disable that for now

pull/1537/head
Adeeb Shihadeh 5 years ago
parent 11be16021f
commit 7b82ee9442
  1. 3
      .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:

Loading…
Cancel
Save