Skip to content

Commit

Permalink
test final changes
Browse files Browse the repository at this point in the history
  • Loading branch information
mrehan27 committed Feb 21, 2025
1 parent 2c1c3e5 commit 7348c78
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-sample-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ jobs:

- name: Send Slack Notification for Sample App Builds (iOS)
if: always() && env.IS_PRIMARY_APP == 'true'
uses: customerio/mobile-ci-tools/github-actions/slack-notify-sample-app/v1
uses: customerio/mobile-ci-tools/github-actions/slack-notify-sample-app/v1@mbl-750-test-slack-notify
with:
build_status: ${{ steps.ios_build.outcome }}
app_icon_emoji: ":react:"
Expand Down Expand Up @@ -297,7 +297,7 @@ jobs:
- name: Send Slack Notification for Sample App Builds (Android)
if: always() && env.IS_PRIMARY_APP == 'true'
uses: customerio/mobile-ci-tools/github-actions/slack-notify-sample-app/v1
uses: customerio/mobile-ci-tools/github-actions/slack-notify-sample-app/v1@mbl-750-test-slack-notify
with:
build_status: ${{ steps.android_build.outcome }}
app_icon_emoji: ":react:"
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/build-test-sample-apps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ name: Publish Test Sample Apps
on:
pull_request: # build sample apps for every commit pushed to an open pull request (including drafts)
push:
branches: [ main, feature/* ]

concurrency: # cancel previous workflow run if one exists.
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down Expand Up @@ -53,8 +52,6 @@ jobs:
# List item is name of directory inside of "Apps" directory for the corresponding app to compile.
- name: "APN"
cio-workspace-name: "Mobile: React Native"
- name: "FCM"
cio-workspace-name: "Mobile: xReact Native FCM workspace"
name: Building sample app ${{ matrix.sample-app.name }}
uses: ./.github/workflows/build-sample-app.yml
with:
Expand Down

0 comments on commit 7348c78

Please sign in to comment.