Skip to content

Commit

Permalink
notify the right teams
Browse files Browse the repository at this point in the history
  • Loading branch information
v1v committed Jan 16, 2024
1 parent 2970e2d commit e646d68
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/updatecli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,10 @@ jobs:
vaultSecretId: ${{ secrets.VAULT_SECRET_ID }}
pipeline: .ci/updatecli/updatecli.d
values: .ci/updatecli/values.yml
notifySlackChannel: "#on-week-oblt-productivity"
- if: failure()
uses: elastic/apm-pipeline-library/.github/actions/notify-build-status@current
with:
vaultUrl: ${{ secrets.VAULT_ADDR }}
vaultRoleId: ${{ secrets.VAULT_ROLE_ID }}
vaultSecretId: ${{ secrets.VAULT_SECRET_ID }}
slackChannel: "#on-week-oblt-productivity"
- if: always()
uses: actions/upload-artifact@v3
with:
name: specs
path: tarball.tgz
slackChannel: "#apm-agent-java"

0 comments on commit e646d68

Please sign in to comment.