mirror of
https://github.com/bitwarden/browser
synced 2025-12-15 07:43:35 +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:
|
||||
name: Notify Slack with start message
|
||||
needs: approval
|
||||
needs:
|
||||
- approval
|
||||
- setup
|
||||
runs-on: ubuntu-22.04
|
||||
if: always()
|
||||
steps:
|
||||
|
||||
Reference in New Issue
Block a user