1
0
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:
Alex Urbina
2023-12-18 13:24:14 -06:00
parent cd68890c6d
commit a1c7a171f7

View File

@@ -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: