HA: Add automatic failover (#1646)

Co-authored-by: antoniofilipovic <filipovicantonio1998@gmail.com>
This commit is contained in:
Andi
2024-01-29 15:34:00 +01:00
committed by GitHub
parent ff44d68843
commit 78a88737f8
110 changed files with 1262 additions and 1091 deletions

View File

@@ -96,7 +96,7 @@ jobs:
- name: Python code analysis
run: |
CHANGED_FILES=$(git diff -U0 ${{ env.BASE_BRANCH }}... --name-only)
CHANGED_FILES=$(git diff -U0 ${{ env.BASE_BRANCH }}... --name-only --diff-filter=d)
for file in ${CHANGED_FILES}; do
echo ${file}
if [[ ${file} == *.py ]]; then