From c1b6380a18894a197b3dbf4c8345a0564504bfb3 Mon Sep 17 00:00:00 2001 From: Kai Siren Date: Thu, 21 Nov 2024 11:50:40 -0800 Subject: [PATCH] test once more --- .github/workflows/cd-api.yml | 1 + Makefile | 3 +++ 2 files changed, 4 insertions(+) diff --git a/.github/workflows/cd-api.yml b/.github/workflows/cd-api.yml index faf43abb9..e992f0b33 100644 --- a/.github/workflows/cd-api.yml +++ b/.github/workflows/cd-api.yml @@ -49,4 +49,5 @@ jobs: send-slack-notification: if: failure() + needs: [api-checks, vulnerability-scans, deploy] uses: ./.github/workflows/send-slack-notification.yml diff --git a/Makefile b/Makefile index 2922e5eac..84387dbc5 100644 --- a/Makefile +++ b/Makefile @@ -224,4 +224,7 @@ help: ## Prints the help documentation and info about each command +# TESTING + + # TESTING