summaryrefslogtreecommitdiffhomepage
path: root/.github
diff options
context:
space:
mode:
authorAlbin <albin@mullvad.net>2023-11-13 14:32:14 +0100
committerAlbin <albin@mullvad.net>2023-11-14 09:01:14 +0100
commit284bdbf2ddee8179b24713db3df4aef56ed4d1e8 (patch)
treee5ad002283f0b127d0716c95a4ddf4045198b5c1 /.github
parent24ce320d340269b975b287b3c55d970d1673abd1 (diff)
downloadmullvadvpn-284bdbf2ddee8179b24713db3df4aef56ed4d1e8.tar.xz
mullvadvpn-284bdbf2ddee8179b24713db3df4aef56ed4d1e8.zip
Fix firebase job condition
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/android-app.yml2
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]