Skip to content

Commit

Permalink
remove conditions
Browse files Browse the repository at this point in the history
  • Loading branch information
Cal-L committed Oct 16, 2023
1 parent 1f00460 commit 56d2d60
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions bitrise.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,10 +94,8 @@ stages:
- android_e2e_test: {}
pr_run_smoke_e2e_ios_android_stage:
workflows:
- ios_e2e_test:
run_if: '{{enveq "RUN_E2E" "true"}}'
- android_e2e_test:
run_if: '{{enveq "RUN_E2E" "true"}}'
- ios_e2e_test: {}
- android_e2e_test: {}
run_e2e_ios_android_stage:
workflows:
- ios_e2e_test: {}
Expand Down

0 comments on commit 56d2d60

Please sign in to comment.