From c6c4b2e0db220dccdbd7d308718ae86d9b782087 Mon Sep 17 00:00:00 2001 From: Christian Guinard <28689358+christiangnrd@users.noreply.github.com> Date: Thu, 19 Sep 2024 11:01:53 -0300 Subject: [PATCH] Fix --- .github/workflows/Benchmark.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Benchmark.yml b/.github/workflows/Benchmark.yml index 29b23b5e..38625b01 100644 --- a/.github/workflows/Benchmark.yml +++ b/.github/workflows/Benchmark.yml @@ -33,7 +33,7 @@ jobs: ${{ contains(github.event.head_commit.message, '[only benchmarks]') || !contains(github.event.head_commit.message, '[only') && !contains(github.event.head_commit.message, '[skip benchmarks]') && - !build.pull_request.draft }} + !github.event.pull_request.draft }} runs-on: ubuntu-latest steps: - uses: actions/checkout@v4