From f4d13d743adf160f2fbd100ff0dd71e0202d04f7 Mon Sep 17 00:00:00 2001 From: Christian Guinard <28689358+christiangnrd@users.noreply.github.com> Date: Mon, 16 Dec 2024 13:01:23 -0400 Subject: [PATCH] [skip benchmarks] --- .github/workflows/Benchmark.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/Benchmark.yml b/.github/workflows/Benchmark.yml index 1871214a..ca3c3c58 100644 --- a/.github/workflows/Benchmark.yml +++ b/.github/workflows/Benchmark.yml @@ -35,9 +35,9 @@ jobs: (github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == github.repository) && (contains(github.event.head_commit.message, '[only benchmarks]') || - !contains(github.event.head_commit.message, '[only') && + (!contains(github.event.head_commit.message, '[only') && !contains(github.event.head_commit.message, '[skip benchmarks]') && - github.event.pull_request.draft == false) + github.event.pull_request.draft == false)) runs-on: ubuntu-latest steps: - uses: actions/checkout@v4