Skip to content

Commit

Permalink
update check
Browse files Browse the repository at this point in the history
  • Loading branch information
mrehan27 committed Feb 24, 2025
1 parent a851d27 commit bfe84ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-sample-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ jobs:
continue-on-error: true # continue to build iOS app even if Android build fails

- name: Send Slack Notification for Sample App Builds (Android)
if: always() && env.IS_PRIMARY_APP == 'true'
if: ${{ always() && env.IS_PRIMARY_APP == 'true' }}
uses: customerio/mobile-ci-tools/github-actions/slack-notify-sample-app/v1
with:
build_status: ${{ steps.android_build.outcome }}
Expand Down Expand Up @@ -268,7 +268,7 @@ jobs:
FIREBASE_APP_DISTRIBUTION_SERVICE_ACCOUNT_CREDS_B64: ${{ secrets.FIREBASE_APP_DISTRIBUTION_SERVICE_ACCOUNT_CREDS_B64 }}

- name: Send Slack Notification for Sample App Builds (iOS)
if: always() && env.IS_PRIMARY_APP == 'true'
if: ${{ always() && env.IS_PRIMARY_APP == 'true' }}
uses: customerio/mobile-ci-tools/github-actions/slack-notify-sample-app/v1
with:
build_status: ${{ steps.ios_build.outcome }}
Expand Down

0 comments on commit bfe84ee

Please sign in to comment.