Skip to content

Commit

Permalink
Decrease frequency of health check
Browse files Browse the repository at this point in the history
  • Loading branch information
jakubno committed Feb 8, 2024
1 parent ebb6e31 commit 624c04d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/heath-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Health check

on:
schedule:
- cron: '*/10 * * * *'
- cron: '13 * * * *'

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down

0 comments on commit 624c04d

Please sign in to comment.