hdf5 dev daily build on schedule #27
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: hdf5 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 | |
if: "github.repository_owner == 'HDFGroup'" |