mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-14 18:48:21 -07:00
misc(workflow): Refactored all workflows (#1803)
* misc(workflow): Refactored all workflows * Update cd.yml
This commit is contained in:
parent
25a89b093d
commit
a29d57b2f8
5 changed files with 129 additions and 136 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue