Skip to content

Commit

Permalink
Fix wheel workflow (#996)
Browse files Browse the repository at this point in the history
  • Loading branch information
jgmelber authored Feb 9, 2024
1 parent c17e8d4 commit b8d7cbe
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/buildRyzenWheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ on:
- '.github/workflows/buildRyzenWheels.yml'
workflow_dispatch:

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

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
Expand Down

0 comments on commit b8d7cbe

Please sign in to comment.