Skip to content

Commit

Permalink
Test reverting github benchmarks change
Browse files Browse the repository at this point in the history
[skip benchmarks]
  • Loading branch information
christiangnrd committed Dec 16, 2024
1 parent f068baf commit 9cd9732
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/Benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,7 @@ on:

jobs:
benchmark:
if: |
(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, '[skip benchmarks]') &&
github.event.pull_request.draft == false))
if: ${{ (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, '[skip benchmarks]') && github.event.pull_request.draft == false) }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 9cd9732

Please sign in to comment.