Skip to content

hdf4 dev daily build on schedule #11

hdf4 dev daily build on schedule

hdf4 dev daily build on schedule #11

name: hdf4 dev daily build on schedule
# Triggers the workflow on a schedule or on demand
on:
workflow_dispatch:
schedule:
- cron: "6 0 * * *"
permissions:
contents: write # In order to allow tag creation and file deletion
jobs:
daily-build:
uses: ./.github/workflows/daily-build.yml
with:
use_ignore: check