Skip to content
4 changes: 2 additions & 2 deletions .github/workflows/wheel_tests_continuous.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ permissions:
actions: read

on:
schedule:
- cron: "0 */3 * * *" # Run once every 3 hours
# schedule:
# - cron: "0 */3 * * *" # Run once every 3 hours
workflow_dispatch: # allows triggering the workflow run manually

concurrency:
Expand Down
Loading
Loading