summaryrefslogtreecommitdiffhomepage
path: root/.github
diff options
context:
space:
mode:
authorNiklas Berglund <niklas.berglund@gmail.com>2024-11-19 15:20:02 +0000
committerNiklas Berglund <niklas.berglund@gmail.com>2024-11-19 15:20:02 +0000
commit6ad0310bfcb0e9444889cc6cdbf92d69655d033a (patch)
treef0cc559b030b365cc0cab6168eb375a22b63b6d1 /.github
parent0b60e4d87d3e91f9a05689fc65e025cc13a04cf3 (diff)
downloadmullvadvpn-6ad0310bfcb0e9444889cc6cdbf92d69655d033a.tar.xz
mullvadvpn-6ad0310bfcb0e9444889cc6cdbf92d69655d033a.zip
Disable nightly firebase tests
Diffstat (limited to '.github')
-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]