Skip to content

Commit 6ac4722

Browse files
committed
test final changes
1 parent 3758306 commit 6ac4722

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@ name: Build sample apps
33
on:
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

109
concurrency: # cancel previous workflow run if one exists.

.github/workflows/reusable_build_sample_apps.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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:"

0 commit comments

Comments
 (0)