From 8426cff20b4fc2f1dc3ef0df2e8287ec60d5da39 Mon Sep 17 00:00:00 2001 From: Florian Renaud Date: Tue, 12 Apr 2022 11:20:40 +0200 Subject: [PATCH] Temporary skip nightly tests --- .github/workflows/nightly.yml | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index 455545aeef..dccc321e83 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -22,6 +22,8 @@ jobs: fail-fast: false matrix: api-level: [ 28 ] + # Tchap: Disabled for now + if: github.repository == 'vector-im/element-android' # No concurrency required, runs every time on a schedule. steps: - uses: actions/checkout@v3 @@ -214,6 +216,8 @@ jobs: fail-fast: false matrix: api-level: [ 28 ] + # Tchap: Disabled for now + if: github.repository == 'vector-im/element-android' # No concurrency required, runs every time on a schedule. steps: - uses: actions/checkout@v3 @@ -267,6 +271,8 @@ jobs: codecov-units: name: Unit tests with code coverage runs-on: macos-latest + # Tchap: Disabled for now + if: github.repository == 'vector-im/element-android' steps: - uses: actions/checkout@v3 - uses: actions/setup-java@v2 @@ -293,7 +299,8 @@ jobs: sonarqube: name: Sonarqube upload runs-on: macos-latest - if: always() + # Tchap: Disabled for now + if: github.repository == 'vector-im/element-android' needs: - codecov-units steps: @@ -327,7 +334,8 @@ jobs: - integration-tests - ui-tests - sonarqube - if: always() && github.event_name != 'workflow_dispatch' + # Tchap: Disabled for now + if: github.repository == 'vector-im/element-android' # No concurrency required, runs every time on a schedule. steps: - uses: michaelkaye/matrix-hookshot-action@v0.3.0