Skip all tests on master push

This commit is contained in:
topjohnwu 2025-03-02 02:04:40 -08:00 committed by John Wu
parent 6b80fbfa99
commit 893821ad88

View File

@ -170,6 +170,7 @@ jobs:
name: Test ${{ matrix.device }} name: Test ${{ matrix.device }}
runs-on: ubuntu-24.04 runs-on: ubuntu-24.04
needs: build needs: build
if: ${{ github.event_name != 'push' }}
env: env:
CF_HOME: /home/runner/aosp_cf_phone CF_HOME: /home/runner/aosp_cf_phone
strategy: strategy: