Skip to content

Commit

Permalink
renamed health-check.yml name (#11)
Browse files Browse the repository at this point in the history
Added a better and more descriptive names


## Summary

- **New Features**
	- Updated workflow name to "Health Check" to reflect new functionality.
- Renamed job from "Cron" to "Health check endpoints" for clarity on its
purpose.
  • Loading branch information
Bullrich authored Aug 6, 2024
1 parent a426f9e commit f4f3a0a
Showing 1 changed file with 2 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
@@ -1,4 +1,4 @@
name: Deploy site
name: Health Check

on:
push:
Expand All @@ -13,7 +13,7 @@ env:
jobs:
get-metrics:
runs-on: ubuntu-latest
name: Cron
name: Health check endpoints
defaults:
run:
working-directory: ./log
Expand Down

0 comments on commit f4f3a0a

Please # to comment.