Skip to content

Commit

Permalink
TMP: test
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinMind committed Jan 29, 2025
1 parent 59837c4 commit 5b30a78
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/health_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ name: Health Check
on:
push:
paths:
- './scripts/health_check.py'
- './.github/workflows/health_check.yml'
- scripts/health_check.py
- .github/workflows/health_check.yml
workflow_dispatch:
schedule:
# Every 5 minutes
Expand Down
2 changes: 2 additions & 0 deletions scripts/health_check.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ def monitors(self):
return self._fetch('services/monitor.json')


# Test

def main(env: ENV_ENUM, verbose: bool = False, output: str | None = None):
fetcher = Fetcher(env, verbose)

Expand Down

0 comments on commit 5b30a78

Please sign in to comment.