From f47a4b779d76e4a9bb123f0424430c4eea6e13ba Mon Sep 17 00:00:00 2001 From: Alex Steel <130377221+asteel-gsa@users.noreply.github.com> Date: Wed, 6 Mar 2024 09:58:36 -0500 Subject: [PATCH] re-enable slack notify won't actually do anything since we dont have a webhook enabled --- .github/workflows/slack_notify.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/slack_notify.yml b/.github/workflows/slack_notify.yml index 8adf5160e..a3eedfbde 100644 --- a/.github/workflows/slack_notify.yml +++ b/.github/workflows/slack_notify.yml @@ -1,9 +1,9 @@ name: Slack Notification -# on: -# workflow_run: -# workflows: ["Tests", "Docker Image For Main Builds", "Release Builds", "Build Docs"] -# types: [completed] +on: + workflow_run: + workflows: ["Tests", "Docker Image For Main Builds", "Release Builds", "Build Docs"] + types: [completed] jobs: send_notification: