Skip to content

Commit

Permalink
Workflow trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaushal Vora committed Jul 25, 2024
1 parent d2838e1 commit fb85bda
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tools/nopo11y-operator/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -371,4 +371,4 @@ def delete_service_nopo11y(service_list):
logger.info(f"Error while deleting the dashboard configmap created by nopo11y operator for the following service: {service}, error: {e}")

logger.info(f"Deleted nopo11y resources for the following service: {service}")
return True
return True
2 changes: 1 addition & 1 deletion tools/system-health-check/health_check.py
Original file line number Diff line number Diff line change
Expand Up @@ -277,4 +277,4 @@ def main():
exit(1)

if __name__ == '__main__':
main()
main()

0 comments on commit fb85bda

Please sign in to comment.