From 216dba2e3b994d37967c864990e61b27378a8f58 Mon Sep 17 00:00:00 2001 From: Paul Ritter Date: Tue, 11 Oct 2022 20:54:56 +0200 Subject: [PATCH] removes unused benchmark action trigger (#11852) --- .github/workflows/benchmarks.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/benchmarks.yml b/.github/workflows/benchmarks.yml index c2dc0fea8b..db79497747 100644 --- a/.github/workflows/benchmarks.yml +++ b/.github/workflows/benchmarks.yml @@ -3,9 +3,6 @@ on: workflow_dispatch: schedule: - cron: '0 8 * * *' - push: - tags: - - 'v*' concurrency: benchmarks