diff options
| -rw-r--r-- | .github/workflows/android-app.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/android-app.yml b/.github/workflows/android-app.yml index e2f4a30571..13d5c011a6 100644 --- a/.github/workflows/android-app.yml +++ b/.github/workflows/android-app.yml @@ -304,7 +304,7 @@ jobs: instrumented-firebase-tests: name: Run instrumented firebase tests - if: github.event_name == 'schedule' || github.event.inputs.run_firebase_tests == true + if: github.event_name == 'schedule' || github.event.inputs.run_firebase_tests == 'true' runs-on: ubuntu-latest timeout-minutes: 30 needs: [build-app] |
