Skip to content
This repository was archived by the owner on May 13, 2024. It is now read-only.

Commit b85b626

Browse files
committed
chore: remove unnecessary comment and add a new line at the end of the file
1 parent 00aaaef commit b85b626

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release_production.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
send_slack_notification:
4747
name: Send Slack Notification
4848
environment: Production
49-
runs-on: ubuntu-latest # TODO: Replace this with the appropriate runner for Deriv-Api-Docs when provided
49+
runs-on: ubuntu-latest
5050
if: always()
5151
needs: [build_and_publish]
5252
steps:
@@ -104,4 +104,4 @@ jobs:
104104
uses: ./.github/actions/notify_slack
105105
with:
106106
RELEASE_TYPE: ${{ env.RELEASE_TYPE }}
107-
MESSAGE: "'${{ env.RELEASE_TYPE }}' Docker Publish and Kubernetes Deployment for api.deriv.com with version *'${{ needs.build_and_publish.outputs.RELEASE_VERSION }}'* has Failed *"
107+
MESSAGE: "'${{ env.RELEASE_TYPE }}' Docker Publish and Kubernetes Deployment for api.deriv.com with version *'${{ needs.build_and_publish.outputs.RELEASE_VERSION }}'* has Failed *"

0 commit comments

Comments
 (0)