Skip to content

Commit 5a99ee3

Browse files
committed
stop notification
1 parent af4b3cc commit 5a99ee3

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

.github/workflows/main-build.yaml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -60,18 +60,3 @@ jobs:
6060
repository-username: ${{ secrets.ARTIFACTORY_USER }}
6161
repository-password: ${{ secrets.ARTIFACTORY_PASSWORD }}
6262
release-artifact-name: ${{ env.RELEASE_ARTIFACT_NAME }}
63-
64-
notify-job:
65-
runs-on: ubuntu-latest
66-
needs: [ run-ci, deploy-snapshot ]
67-
if: ${{ failure() }}
68-
steps:
69-
- name: "Checkout"
70-
uses: actions/checkout@v4
71-
- name: "Notify"
72-
run: python .pipeline/scripts/notify.py
73-
env:
74-
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }}
75-
WORKFLOW: ${{ github.workflow }}
76-
WORKFLOW_RUN_URL: https://github.com/SAP/cloud-sdk-java/actions/runs/${{ github.run_id }}
77-
BRANCH_NAME: ${{ env.BRANCH_NAME }}

0 commit comments

Comments
 (0)