From 9005976effeab857b8ad8e619791443665673205 Mon Sep 17 00:00:00 2001 From: Pierre Tachoire Date: Wed, 15 Nov 2023 14:33:00 +0100 Subject: [PATCH] wip --- .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 0c8670a..3453be4 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -17,7 +17,7 @@ on: # Since we skip the job when the PR is in draft state, we want to force CI # running when the PR is marked ready_for_review w/o other change. # see https://github.com/orgs/community/discussions/25722#discussioncomment-3248917 - # types: [opened, synchronize, reopened, ready_for_review] + types: [opened, synchronize, reopened, ready_for_review] branches: - main @@ -32,7 +32,7 @@ jobs: name: benchmark # Don't run the CI with draft PR. - # if: github.event.pull_request.draft == false + if: github.event.pull_request.draft == false runs-on: ubuntu-latest container: