ci: Run production tests when files mentioning zilencer are changed.

Production installs do not use the zilencer application, but the tests
do include it; as such, changes to any files which reference zilencer
are more likely to pass tests but fail production installs.

Run production tests when those files are changed.
This commit is contained in:
Alex Vandiver 2021-10-20 14:55:54 -07:00 committed by Tim Abbott
parent 97b62f16c2
commit a1d22cc7fa
1 changed files with 4 additions and 0 deletions

View File

@ -7,6 +7,7 @@ on:
- .github/workflows/production-suite.yml
- "**/migrations/**"
- babel.config.js
- manage.py
- postcss.config.js
- puppet/**
- requirements/**
@ -16,6 +17,9 @@ on:
- tools/**
- webpack.config.ts
- yarn.lock
- zerver/worker/queue_processors.py
- zerver/lib/push_notifications.py
- zerver/decorator.py
- zproject/**
defaults: