We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af4b3cc commit 5a99ee3Copy full SHA for 5a99ee3
.github/workflows/main-build.yaml
@@ -60,18 +60,3 @@ jobs:
60
repository-username: ${{ secrets.ARTIFACTORY_USER }}
61
repository-password: ${{ secrets.ARTIFACTORY_PASSWORD }}
62
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