From c174d9be3d9f61380a8e6765c439f0b25a3d96d7 Mon Sep 17 00:00:00 2001 From: Alex Urbina <42731074+urbinaalex17@users.noreply.github.com> Date: Fri, 29 Mar 2024 22:49:07 -0600 Subject: [PATCH] Include no-changes status in test-report-deployment-status-to-slack.yml (#271) --- .../test-report-deployment-status-to-slack.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.github/workflows/test-report-deployment-status-to-slack.yml b/.github/workflows/test-report-deployment-status-to-slack.yml index 44191dd0..1bd18666 100644 --- a/.github/workflows/test-report-deployment-status-to-slack.yml +++ b/.github/workflows/test-report-deployment-status-to-slack.yml @@ -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