mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 00:03:56 +00:00
DEVOPS-1683 REFACTOR: notify-start dependencies need setup job
This commit is contained in:
4
.github/workflows/deploy-non-prod-web.yml
vendored
4
.github/workflows/deploy-non-prod-web.yml
vendored
@@ -93,7 +93,9 @@ jobs:
|
|||||||
|
|
||||||
notify-start:
|
notify-start:
|
||||||
name: Notify Slack with start message
|
name: Notify Slack with start message
|
||||||
needs: approval
|
needs:
|
||||||
|
- approval
|
||||||
|
- setup
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-22.04
|
||||||
if: always()
|
if: always()
|
||||||
steps:
|
steps:
|
||||||
|
|||||||
Reference in New Issue
Block a user