mirror of
https://github.com/bitwarden/browser
synced 2025-12-13 06:43:35 +00:00
Send Slack notifications for DEV env (#10632)
This commit is contained in:
4
.github/workflows/deploy-web.yml
vendored
4
.github/workflows/deploy-web.yml
vendored
@@ -256,7 +256,7 @@ jobs:
|
|||||||
- setup
|
- setup
|
||||||
- artifact-check
|
- artifact-check
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-22.04
|
||||||
if: ${{ always() && contains( inputs.environment , 'QA' ) }}
|
if: ${{ always() && ( contains( inputs.environment , 'QA' ) || contains( inputs.environment , 'DEV' ) ) }}
|
||||||
outputs:
|
outputs:
|
||||||
channel_id: ${{ steps.slack-message.outputs.channel_id }}
|
channel_id: ${{ steps.slack-message.outputs.channel_id }}
|
||||||
ts: ${{ steps.slack-message.outputs.ts }}
|
ts: ${{ steps.slack-message.outputs.ts }}
|
||||||
@@ -407,7 +407,7 @@ jobs:
|
|||||||
notify:
|
notify:
|
||||||
name: Notify Slack with result
|
name: Notify Slack with result
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-22.04
|
||||||
if: ${{ always() && contains( inputs.environment , 'QA' ) }}
|
if: ${{ always() && ( contains( inputs.environment , 'QA' ) || contains( inputs.environment , 'DEV' ) ) }}
|
||||||
needs:
|
needs:
|
||||||
- setup
|
- setup
|
||||||
- notify-start
|
- notify-start
|
||||||
|
|||||||
Reference in New Issue
Block a user