Skip to content

Commit

Permalink
fix: remove unnecessary checkout step from cron job workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
vignesh-gupta committed Dec 26, 2024
1 parent e8060c3 commit 9497e8c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/cron-jobs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,5 @@ jobs:
name: Health check
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Consumer health check
run: curl --location --request GET 'https://projectify-im8j.onrender.com/health'

0 comments on commit 9497e8c

Please sign in to comment.