Skip to content

Commit

Permalink
Disable workflow for investigation (#197)
Browse files Browse the repository at this point in the history
  • Loading branch information
tellet-q authored Sep 18, 2024
1 parent 66ef760 commit bad876f
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/continuous-benchmark.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,10 @@ name: Continuous Benchmark
on:
repository_dispatch:
workflow_dispatch:
schedule:
# Run every 4 hours
- cron: "0 */4 * * *"
# disable for now
# schedule:
# # Run every 4 hours
# - cron: "0 */4 * * *"

jobs:
runBenchmark:
Expand Down

0 comments on commit bad876f

Please sign in to comment.