Skip to content

Commit

Permalink
One more comment to test code
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewGable committed Oct 31, 2024
1 parent 3d00a75 commit a0b5112
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ jobs:
needs: prep
runs-on: ubuntu-latest-xl
# Only deploy HybridApp to staging
if: ${{ github.ref == 'refs/heads/staging' }}
# if: ${{ github.ref == 'refs/heads/staging' }}
defaults:
run:
working-directory: Mobile-Expensify/react-native
Expand Down Expand Up @@ -469,7 +469,7 @@ jobs:
env:
DEVELOPER_DIR: /Applications/Xcode_15.2.0.app/Contents/Developer
# Only deploy HybridApp to staging
if: ${{ github.ref == 'refs/heads/staging' }}
# if: ${{ github.ref == 'refs/heads/staging' }}
defaults:
run:
working-directory: Mobile-Expensify/react-native
Expand Down

0 comments on commit a0b5112

Please sign in to comment.