Skip to content

Commit

Permalink
Try checking if the new echo appears
Browse files Browse the repository at this point in the history
  • Loading branch information
jmartinesp committed Jan 7, 2025
1 parent ca40ff7 commit 7ac00ec
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/maestro-local.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,14 +72,15 @@ 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.
concurrency:
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:
Expand Down

0 comments on commit 7ac00ec

Please sign in to comment.