From aad0cbe49653ee68c33d448fbbe566f0e85db536 Mon Sep 17 00:00:00 2001 From: Benjamin Kampmann Date: Tue, 3 May 2022 09:39:35 +0200 Subject: [PATCH] ci(benchmarking): disable benchmark runs other than manually requested --- .github/workflows/benchmarks.yml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.github/workflows/benchmarks.yml b/.github/workflows/benchmarks.yml index 7d39ad1d5..2699a0b32 100644 --- a/.github/workflows/benchmarks.yml +++ b/.github/workflows/benchmarks.yml @@ -2,15 +2,6 @@ name: Benchmarks on: workflow_dispatch: - push: - branches: [main] - pull_request: - branches: [main] - types: - - opened - - reopened - - synchronize - - ready_for_review jobs: benchmarks: