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