|
|
@ -12,11 +12,12 @@ jobs: |
|
|
|
if: github.repository == 'commaai/openpilot' |
|
|
|
if: github.repository == 'commaai/openpilot' |
|
|
|
steps: |
|
|
|
steps: |
|
|
|
- name: Wait for green check mark |
|
|
|
- name: Wait for green check mark |
|
|
|
uses: lewagon/wait-on-check-action@v0.2 |
|
|
|
uses: commaai/wait-on-check-action@f16fc3bb6cd4886520b4e9328db1d42104d5cadc |
|
|
|
with: |
|
|
|
with: |
|
|
|
ref: master |
|
|
|
ref: master |
|
|
|
wait-interval: 30 |
|
|
|
wait-interval: 30 |
|
|
|
running-workflow-name: 'build master-ci' |
|
|
|
running-workflow-name: 'build master-ci' |
|
|
|
|
|
|
|
check-regexp: ^((?!.*(build prebuilt).*).)*$ |
|
|
|
- uses: actions/checkout@v3 |
|
|
|
- uses: actions/checkout@v3 |
|
|
|
with: |
|
|
|
with: |
|
|
|
submodules: true |
|
|
|
submodules: true |
|
|
|