Skip to content

Commit d410af8

Browse files
committed
update check
1 parent 9648401 commit d410af8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/reusable-build-sample-apps.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ jobs:
165165
fi
166166
167167
- name: Send Slack Notification for Sample App Builds (Android)
168-
if: always()
168+
if: ${{ always() }}
169169
uses: customerio/mobile-ci-tools/github-actions/slack-notify-sample-app/v1
170170
with:
171171
build_status: ${{ steps.android_build.outcome }}
@@ -355,7 +355,7 @@ jobs:
355355
fi
356356
357357
- name: Send Slack Notification for Sample App Builds (iOS)
358-
if: always()
358+
if: ${{ always() }}
359359
uses: customerio/mobile-ci-tools/github-actions/slack-notify-sample-app/v1
360360
with:
361361
build_status: ${{ steps.ios_build.outcome }}

0 commit comments

Comments
 (0)