Skip to content

Commit

Permalink
Include no-changes status in test-report-deployment-status-to-slack.y…
Browse files Browse the repository at this point in the history
…ml (#271)
  • Loading branch information
urbinaalex17 authored Mar 30, 2024
1 parent 423bb8e commit c174d9b
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/test-report-deployment-status-to-slack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,18 @@ jobs:
url: https://github.com/bitwarden/gh-actions/actions/runs/${{ github.run_id }}
AZURE_KV_CI_SERVICE_PRINCIPAL: ${{ secrets.AZURE_KV_CI_SERVICE_PRINCIPAL }}

- name: No Changes
uses: ./report-deployment-status-to-slack
with:
project: Server
environment: US QA Cloud
tag: test-workflow-failure
slack-channel: devops-alerts-test
event: 'no-changes'
commit-sha: ${{ github.sha }}
url: https://github.com/bitwarden/gh-actions/actions/runs/${{ github.run_id }}
AZURE_KV_CI_SERVICE_PRINCIPAL: ${{ secrets.AZURE_KV_CI_SERVICE_PRINCIPAL }}

test-report-db-migration:
name: Test Slack report with different DB migration scenerios
runs-on: ubuntu-22.04
Expand Down

0 comments on commit c174d9b

Please sign in to comment.