Skip to content

Commit d7d2c04

Browse files
committed
ci: Update ci
1 parent 3e7ec62 commit d7d2c04

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/publish-and-deploy.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,8 @@ jobs:
5555
id: changes
5656
uses: dorny/paths-filter@v3
5757
with:
58+
base: HEAD^
59+
ref: HEAD
5860
filters: |
5961
api:
6062
- 'src/api/**'

src/api/routes/healthRoutes.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ import { getHealthStatus } from '../controllers/healthController';
33

44
const router = Router();
55

6+
// todo: should improve health logic
67
router.get('/healthz', getHealthStatus);
78

89
export default router;

0 commit comments

Comments
 (0)