From f8344e83b97227bf8186f4d33d9c06cb4c371303 Mon Sep 17 00:00:00 2001 From: Abdurrahman SASTIM Date: Fri, 13 Dec 2024 13:17:31 +0100 Subject: [PATCH] ci: fix --- .github/workflows/test-mobile-e2e-reusable.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-mobile-e2e-reusable.yml b/.github/workflows/test-mobile-e2e-reusable.yml index 53ce0e1f7f4..2f24415d4c7 100644 --- a/.github/workflows/test-mobile-e2e-reusable.yml +++ b/.github/workflows/test-mobile-e2e-reusable.yml @@ -210,7 +210,7 @@ jobs: - shardIndex: ${{ (github.event.inputs.speculos_tests == 'false' || github.event_name == 'push') && '2' }} - shardIndex: ${{ (github.event.inputs.speculos_tests == 'false' || github.event_name == 'push') && '3' }} - shardTotal: ${{ (github.event.inputs.speculos_tests == 'false' || github.event_name == 'push') && '3' }} - - shardTotal: ${{ github.event.inputs.speculos_tests != 'false' && '1' }} + - shardTotal: ${{ github.event.inputs.speculos_tests != 'false' && github.event_name != 'push') && '1' }} steps: - uses: actions/checkout@v4