Skip to content

Commit

Permalink
no message
Browse files Browse the repository at this point in the history
  • Loading branch information
abdurrahman-ledger committed Dec 13, 2024
1 parent bdd29fb commit 577d0f5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test-mobile-e2e-reusable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -207,9 +207,9 @@ jobs:
shardIndex: [1, 2, 3]
shardTotal: [3, 1]
exclude:
- shardIndex: ${{ github.event.inputs.speculos_tests == 'false' && '2' }}
- shardIndex: ${{ github.event.inputs.speculos_tests == 'false' && '3' }}
- shardTotal: ${{ github.event.inputs.speculos_tests == 'false' && '3' }}
- 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' }}

steps:
Expand Down

0 comments on commit 577d0f5

Please sign in to comment.