Skip to content

Commit

Permalink
ci: health check 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
w8385 authored May 21, 2024
1 parent 36e21f7 commit da94ab7
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/health_check.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: "Health Check"

on:
schedule:
- cron: "0 */6 * * *"

jobs:
healthcheck:
runs-on: ubuntu-22.04
steps:
- name: Release API Health Check
uses: jtalk/url-health-check-action@v3
with:
url: "https://sumtime-be.w8385.dev/api"
max-attempts: 3
retry-delay: 1s

0 comments on commit da94ab7

Please sign in to comment.