File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff 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 }}
You can’t perform that action at this time.
0 commit comments