Skip to content

Commit 4b84a8d

Browse files
committed
run always
1 parent 3758306 commit 4b84a8d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/reusable_build_sample_apps.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ jobs:
159159
echo "SDK_VERSION=$sdk_version" >> $GITHUB_ENV
160160
161161
- name: Send Slack Notification for Sample App Builds
162-
if: env.IS_PRIMARY_APP == 'true'
162+
if: always() && env.IS_PRIMARY_APP == 'true'
163163
uses: customerio/mobile-ci-tools/github-actions/slack-notify-sample-app/v1
164164
with:
165165
build_status: ${{ job.status }}
@@ -171,7 +171,6 @@ jobs:
171171
icon_url: "https://media.pocketgamer.com/artwork/na-qulrguj/android.jpg"
172172
instructions_guide_link: ${{ secrets.SAMPLE_APPS_INSTRUCTIONS_GUIDE_LINK }}
173173
platform: "android"
174-
repository_name: "Android"
175174
sdk_name: "Android Native SDK"
176175
sdk_version: ${{ env.SDK_VERSION }}
177176
slack_webhook_url: ${{ secrets.SLACK_NOTIFY_RELEASES_WEBHOOK_URL }}

0 commit comments

Comments
 (0)