File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -3,8 +3,7 @@ name: Build sample apps
33on :
44 pull_request : # build sample apps for every commit pushed to an open pull request (including drafts)
55 push :
6- branches : [ main, feature/* ]
7- release : # build sample apps for every git tag created. These are known as "stable" builds that are suitable for people outside the mobile team.
6+ release : # build sample apps for every git tag created. These are known as "stable" builds that are suitable for people outside the mobile team.
87 types : [ published ]
98
109concurrency : # cancel previous workflow run if one exists.
Original file line number Diff line number Diff line change @@ -160,7 +160,7 @@ jobs:
160160
161161 - name : Send Slack Notification for Sample App Builds
162162 if : env.IS_PRIMARY_APP == 'true'
163- uses : customerio/mobile-ci-tools/github-actions/slack-notify-sample-app/v1
163+ uses : customerio/mobile-ci-tools/github-actions/slack-notify-sample-app/v1@mbl-750-test-slack-notify
164164 with :
165165 build_status : ${{ job.status }}
166166 app_icon_emoji : " :android:"
You can’t perform that action at this time.
0 commit comments