From 7ac00eccedfd5cfc70d2ea1583a43834a68b2a55 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jorge=20Mart=C3=ADn?= Date: Tue, 7 Jan 2025 16:06:24 +0100 Subject: [PATCH] Try checking if the new echo appears --- .github/workflows/maestro-local.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/maestro-local.yml b/.github/workflows/maestro-local.yml index 3fc35a5ad2..ab374b06fe 100644 --- a/.github/workflows/maestro-local.yml +++ b/.github/workflows/maestro-local.yml @@ -72,7 +72,7 @@ jobs: maestro-cloud: name: Maestro test suite runs-on: ubuntu-latest - needs: [build-apk, skip] +# needs: [build-apk, skip] # Always run the job, we should always either build or download the APK in a previous job/flow. if: ${{ always() }} # Allow one per PR. @@ -80,6 +80,7 @@ jobs: group: ${{ format('maestro-{0}', github.ref) }} cancel-in-progress: true steps: + - run: echo "THIS SHOULD NOT APPEAR" - uses: actions/checkout@v4 if: (github.event_name == 'pull_request' && github.event.pull_request.fork == null) || github.event_name == 'workflow_dispatch' with: