From 93149f74a76c805fac132f7b9a0d37e615ba31be Mon Sep 17 00:00:00 2001 From: Nikolai Kondrashov Date: Mon, 22 Jan 2024 21:51:41 +0200 Subject: [PATCH] Actions: Unmute production updates with purged DB --- .github/workflows/deploy.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 1e3bdd3a..7acdea3b 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -130,8 +130,6 @@ jobs: run: | declare -a args=( kernelci-production "" 1 - # Mute updates until we clear the queue - --mute-updates --extra-cc=kernelci-results-staging@groups.io ) ./cloud deploy "${args[@]}" -v