Skip to content

Commit

Permalink
Disable the Benchmark schedule job (#2100)
Browse files Browse the repository at this point in the history
I'm thinking of disabling the scheduled benchmark job since we are not
monitoring it at the moment. If needed still we will be able to run it
on label
  • Loading branch information
pankajastro authored Jan 25, 2024
1 parent 5521ce2 commit 95520ba
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/ci-benchmark.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ on:
pull_request:
types:
- labeled
schedule:
- cron: '0 0 * * 1'

# This allows a subsequently queued workflow run to interrupt and cancel previous runs
concurrency:
Expand All @@ -14,7 +12,6 @@ concurrency:
jobs:
Run-Benchmark:
if: >-
(github.event_name == 'schedule' && github.event.schedule != '0 0 * * *') ||
(
github.event.label.name == 'run_benchmark' &&
github.event.name != 'pull_request_target'
Expand Down

0 comments on commit 95520ba

Please sign in to comment.