Skip to content

Commit 88301f9

Browse files
Update .github/workflows/androidBump.yml
Co-authored-by: Carlos Martins <cmartins@expensify.com>
1 parent ed67b01 commit 88301f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/androidBump.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434

3535
- name: Update Rollout Percentage with Fastlane
3636
# We should not rollout if the release is halted or the rollout percentage is completed
37-
if: ${{ steps.checkAndroidStatus.outputs.HALTED != 'true' || steps.checkAndroidStatus.outputs.ROLLOUT_PERCENTAGE != '-1' }}
37+
if: ${{ steps.checkAndroidStatus.outputs.HALTED == 'false' && steps.checkAndroidStatus.outputs.ROLLOUT_PERCENTAGE != '-1' }}
3838
run: |
3939
echo "HALTED: ${{ steps.checkAndroidStatus.outputs.HALTED }}"
4040
echo "ROLLOUT_PERCENTAGE: ${{ steps.checkAndroidStatus.outputs.ROLLOUT_PERCENTAGE }}"

0 commit comments

Comments
 (0)