Skip to content

Commit

Permalink
👌 IMPROVE:
Browse files Browse the repository at this point in the history
  • Loading branch information
unl0ck committed Dec 3, 2024
1 parent 6bed020 commit 437d195
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/builder.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ on:
push:
tags:
- "*"
branches:

pull_request:
branches:
Expand Down
1 change: 0 additions & 1 deletion GridboxConnectorAddon-edge/GridboxConnector/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ def filter(self, record):
except Exception as e:
# Wenn die Nachricht kein JSON ist, nichts tun
logging.error(f"Error filtering sensitive data: {e}")

pass
return True

Expand Down

0 comments on commit 437d195

Please sign in to comment.