Skip to content

Commit

Permalink
Update .github/workflows/androidBump.yml
Browse files Browse the repository at this point in the history
Co-authored-by: Carlos Martins <cmartins@expensify.com>
  • Loading branch information
AndrewGable and luacmartins authored Nov 14, 2024
1 parent ed67b01 commit 88301f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/androidBump.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:

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

0 comments on commit 88301f9

Please sign in to comment.