Skip to content

Commit

Permalink
Build whls nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
jgmelber authored Feb 8, 2024
1 parent 6728b7f commit 269b0af
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/buildRyzenWheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ defaults:
run:
shell: bash

schedule:
# At 04:00. (see https://crontab.guru)
- cron: '0 4 * * *'

concurrency:
# A PR number if a pull request and otherwise the commit hash. This cancels
# queued and in-progress runs for the same PR (presubmit) or commit
Expand Down

0 comments on commit 269b0af

Please sign in to comment.