We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 803157b commit 929de8bCopy full SHA for 929de8b
.github/workflows/health-checks.yml
@@ -30,8 +30,7 @@ jobs:
30
- name: Checkout datil branch
31
uses: actions/checkout@v4
32
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
+ ref: ${{ github.event.inputs.datil_branch || 'datil' }}
35
fetch-depth: 1
36
37
- name: Setup Node.js
0 commit comments