Skip to content

Commit 9497e8c

Browse files
committed
fix: remove unnecessary checkout step from cron job workflow
1 parent e8060c3 commit 9497e8c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/cron-jobs.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,5 @@ jobs:
99
name: Health check
1010
runs-on: ubuntu-latest
1111
steps:
12-
- name: Checkout code
13-
uses: actions/checkout@v4
1412
- name: Consumer health check
1513
run: curl --location --request GET 'https://projectify-im8j.onrender.com/health'

0 commit comments

Comments
 (0)