hdf4 dev daily build on schedule #1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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: read | ||
jobs: | ||
daily-build: | ||
Check failure on line 13 in .github/workflows/daily-schedule.yml GitHub Actions / hdf4 dev daily build on scheduleInvalid workflow file
|
||
uses: ./.github/workflows/daily-build.yml | ||
with: | ||
use_ignore: check |