misc(workflow): Refactored all workflows (#1803)

* misc(workflow): Refactored all workflows

* Update cd.yml
This commit is contained in:
Roman Kelesidis 2025-02-06 16:55:29 +03:00 committed by GitHub
commit a29d57b2f8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 129 additions and 136 deletions

View file

@ -13,7 +13,7 @@ if (!defined('BB_ROOT')) {
global $bb_cfg;
if (!$bb_cfg['integrity_check']) {
if (!$bb_cfg['integrity_check'] || APP_ENV === 'local') {
return;
}