summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAlbin <albin@mullvad.net>2024-11-19 16:48:15 +0100
committerAlbin <albin@mullvad.net>2024-11-19 16:48:15 +0100
commite125d0dde998c086ec2c7fb4a347c346cc3581b2 (patch)
treef0cc559b030b365cc0cab6168eb375a22b63b6d1
parent0b60e4d87d3e91f9a05689fc65e025cc13a04cf3 (diff)
parent6ad0310bfcb0e9444889cc6cdbf92d69655d033a (diff)
downloadmullvadvpn-e125d0dde998c086ec2c7fb4a347c346cc3581b2.tar.xz
mullvadvpn-e125d0dde998c086ec2c7fb4a347c346cc3581b2.zip
Merge branch 'disable-firebase-tests-droid-1565'
-rw-r--r--.github/workflows/android-app.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/android-app.yml b/.github/workflows/android-app.yml
index df892cd170..f3be81fd68 100644
--- a/.github/workflows/android-app.yml
+++ b/.github/workflows/android-app.yml
@@ -341,7 +341,7 @@ jobs:
- name: Build stagemole app
uses: burrunan/gradle-cache-action@v1
- if: github.event_name == 'schedule' || github.event.inputs.run_firebase_tests == 'true'
+ if: github.event.inputs.run_firebase_tests == 'true'
with:
job-id: jdk17
arguments: assemblePlayStagemoleDebug
@@ -547,7 +547,7 @@ jobs:
firebase-tests:
name: Run firebase tests
- if: github.event_name == 'schedule' || github.event.inputs.run_firebase_tests == 'true'
+ if: github.event.inputs.run_firebase_tests == 'true'
runs-on: ubuntu-latest
timeout-minutes: 30
needs: [build-app, build-instrumented-tests]