Skip to content

Commit c38501e

Browse files
committed
feat: ci/cd 개선
1 parent 9cbadb1 commit c38501e

1 file changed

Lines changed: 1 addition & 15 deletions

File tree

.github/workflows/android.yml

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -243,18 +243,4 @@ jobs:
243243
📝 **PR 내용**: ${{ github.event.pull_request.body || '내용이 없습니다.' }}
244244
🚀 **GitHub Release**: https://github.com/${{ github.repository }}/releases/tag/v${{ steps.app_version.outputs.version_name }}
245245
246-
- name: If Fail, Send notification on Slack
247-
if: ${{failure()}}
248-
uses: rtCamp/action-slack-notify@v2
249-
env:
250-
SLACK_COLOR: '#ff0000'
251-
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK_URL }}
252-
SLACK_TITLE: 'RunCombi Android 빌드 실패 ❌'
253-
MSG_MINIMAL: true
254-
SLACK_USERNAME: RunCombi Android CI
255-
SLACK_MESSAGE: |
256-
❌ RunCombi Android 빌드 실패 - 확인이 필요합니다!
257-
258-
📱 **앱 버전**: v${{ steps.app_version.outputs.version_name }} (${{ steps.app_version.outputs.version_code }})
259-
🔗 **PR 제목**: ${{ github.event.pull_request.title }}
260-
📝 **PR 내용**: ${{ github.event.pull_request.body || '내용이 없습니다.' }}
246+

0 commit comments

Comments
 (0)