From d8cf3ff2e9833491736d5d3cdccda7a80114b42e Mon Sep 17 00:00:00 2001 From: Tim Abbott Date: Fri, 25 Oct 2024 10:34:09 -0700 Subject: [PATCH] ci: Run production suite when changing storage.py. --- .github/workflows/production-suite.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/production-suite.yml b/.github/workflows/production-suite.yml index 750ddae43e..799dff134b 100644 --- a/.github/workflows/production-suite.yml +++ b/.github/workflows/production-suite.yml @@ -20,6 +20,7 @@ on: - web/webpack.config.ts - zerver/worker/queue_processors.py - zerver/lib/push_notifications.py + - zerver/lib/storage.py - zerver/decorator.py - zproject/** workflow_dispatch: