Skip to content

Commit 2374d80

Browse files
committed
update check
1 parent a021dec commit 2374d80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/reusable_build_sample_apps.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ jobs:
158158
echo "APP_SDK_BUILD_VERSION=$sdk_version" >> $GITHUB_ENV
159159
160160
- name: Send Slack Notification for Sample App Builds
161-
if: always() && env.IS_PRIMARY_APP == 'true'
161+
if: ${{ always() && env.IS_PRIMARY_APP == 'true' }}
162162
uses: customerio/mobile-ci-tools/github-actions/slack-notify-sample-app/v1
163163
with:
164164
build_status: ${{ job.status }}

0 commit comments

Comments
 (0)