|
|
|
@ -67,7 +67,8 @@ jobs: |
|
|
|
name: push |
|
|
|
name: push |
|
|
|
runs-on: ubuntu-16.04 |
|
|
|
runs-on: ubuntu-16.04 |
|
|
|
needs: build |
|
|
|
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: |
|
|
|
steps: |
|
|
|
- uses: actions/download-artifact@v1 |
|
|
|
- uses: actions/download-artifact@v1 |
|
|
|
with: |
|
|
|
with: |
|
|
|
|