Skip to content

Commit

Permalink
Upfate test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
Eeebru committed Feb 15, 2024
1 parent 07e028e commit 120f20b
Showing 1 changed file with 0 additions and 26 deletions.
26 changes: 0 additions & 26 deletions .github/workflows/test-report-deployment-status-to-slack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,29 +115,3 @@ jobs:
db_migration_detected: false
url: https://github.com/bitwarden/gh-actions/actions/runs/${{ github.run_id }}
AZURE_KV_CI_SERVICE_PRINCIPAL: ${{ secrets.AZURE_KV_CI_SERVICE_PRINCIPAL }}

- name: Slack report with DB migration value "" on main
uses: ./report-deployment-status-to-slack
with:
project: Server
environment: US QA Cloud
tag: main
slack-channel: devops-alerts-test
event: 'start'
commit-sha: ${{ github.sha }}
db_migration_detected: ""
url: https://github.com/bitwarden/gh-actions/actions/runs/${{ github.run_id }}
AZURE_KV_CI_SERVICE_PRINCIPAL: ${{ secrets.AZURE_KV_CI_SERVICE_PRINCIPAL }}

- name: Slack report with DB migration value "" on test tag
uses: ./report-deployment-status-to-slack
with:
project: Server
environment: US QA Cloud
tag: test-tag
slack-channel: devops-alerts-test
event: 'success'
commit-sha: ${{ github.sha }}
db_migration_detected: ""
url: https://github.com/bitwarden/gh-actions/actions/runs/${{ github.run_id }}
AZURE_KV_CI_SERVICE_PRINCIPAL: ${{ secrets.AZURE_KV_CI_SERVICE_PRINCIPAL }}

0 comments on commit 120f20b

Please sign in to comment.