diff --git a/.github/workflows/android-app.yml b/.github/workflows/android-app.yml index 204b84ed5a40..00a33cbeacb9 100644 --- a/.github/workflows/android-app.yml +++ b/.github/workflows/android-app.yml @@ -429,7 +429,7 @@ jobs: test-repeat: 1 - test-type: mockapi path: android/test/mockapi/build/outputs/apk - test-repeat: ${{ github.event.inputs.mockapi_test_repeat || 1 }} + test-repeat: ${{ github.event_name == 'schedule' && 10 || github.event.inputs.mockapi_test_repeat || 1 }} steps: - name: Prepare report dir if: ${{ matrix.test-repeat != 0 }}