From a61420b4f177f3652bc76c5de8e7b757e24c91aa Mon Sep 17 00:00:00 2001 From: Andreas Maier Date: Mon, 11 May 2026 11:57:36 +0200 Subject: [PATCH] Fixed that notify workflow gets removed when slack is disabled Signed-off-by: Andreas Maier --- hooks/post_gen_project.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hooks/post_gen_project.py b/hooks/post_gen_project.py index 4bec8ab..98c4642 100644 --- a/hooks/post_gen_project.py +++ b/hooks/post_gen_project.py @@ -24,7 +24,7 @@ "with_jupyter_notebook": [], "with_install_test": ["tests/install"], "with_end2end_test": ["tests/end2end"], - "with_slack_notification": [], + "with_slack_notification": [".github/workflows/notify.yml"], "always": [".git"], }