diff --git a/.github/workflows/asv_checks.yml b/.github/workflows/asv_checks.yml index fe49ebc2b4..cb71c07487 100644 --- a/.github/workflows/asv_checks.yml +++ b/.github/workflows/asv_checks.yml @@ -8,6 +8,7 @@ on: - 'python/benchmarks/**' - 'python/.asv/results/**' - 'asv.conf.json' + pull_request: branches-ignore: - 'master' @@ -15,7 +16,8 @@ on: - 'python/benchmarks/**' - 'python/.asv/results/**' - 'asv.conf.json' - workflow_call: + + workflow_dispatch: jobs: run-asv-check-script: