From b1e5fa81bf4e7d097ebcd2f76311128f62ec60ae Mon Sep 17 00:00:00 2001 From: Dongdong Tian Date: Sat, 6 Jan 2024 15:37:50 +0800 Subject: [PATCH] Disable benchmarks in PRs --- .github/workflows/benchmarks.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/benchmarks.yml b/.github/workflows/benchmarks.yml index c1d50c2343b..43e58933edd 100644 --- a/.github/workflows/benchmarks.yml +++ b/.github/workflows/benchmarks.yml @@ -12,10 +12,7 @@ on: paths: - 'pygmt/**/*.py' - '.github/workflows/benchmarks.yml' - pull_request: - paths: - - 'pygmt/**/*.py' - - '.github/workflows/benchmarks.yml' + # pull_request: # `workflow_dispatch` allows CodSpeed to trigger backtest # performance analysis in order to generate initial data. workflow_dispatch: