Skip to content

Commit 929de8b

Browse files
committed
Fix health check workflow with proper environment variables and exit codes
1 parent 803157b commit 929de8b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/health-checks.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,7 @@ jobs:
3030
- name: Checkout datil branch
3131
uses: actions/checkout@v4
3232
with:
33-
# ref: ${{ github.event.inputs.datil_branch || 'datil' }}
34-
ref: feature/inf-607-feature-setup-worker-and-schedule-it-to-run-every-30-minutes
33+
ref: ${{ github.event.inputs.datil_branch || 'datil' }}
3534
fetch-depth: 1
3635

3736
- name: Setup Node.js

0 commit comments

Comments
 (0)