You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 13, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: .github/workflows/release_production.yml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -46,7 +46,7 @@ jobs:
46
46
send_slack_notification:
47
47
name: Send Slack Notification
48
48
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
50
50
if: always()
51
51
needs: [build_and_publish]
52
52
steps:
@@ -104,4 +104,4 @@ jobs:
104
104
uses: ./.github/actions/notify_slack
105
105
with:
106
106
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