Skip to content

Commit 5b30a78

Browse files
committed
TMP: test
1 parent 59837c4 commit 5b30a78

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/health_check.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ name: Health Check
33
on:
44
push:
55
paths:
6-
- './scripts/health_check.py'
7-
- './.github/workflows/health_check.yml'
6+
- scripts/health_check.py
7+
- .github/workflows/health_check.yml
88
workflow_dispatch:
99
schedule:
1010
# Every 5 minutes

scripts/health_check.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,8 @@ def monitors(self):
5252
return self._fetch('services/monitor.json')
5353

5454

55+
# Test
56+
5557
def main(env: ENV_ENUM, verbose: bool = False, output: str | None = None):
5658
fetcher = Fetcher(env, verbose)
5759

0 commit comments

Comments
 (0)