Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
krichprollsch committed Nov 15, 2023
1 parent a6c0023 commit 9005976
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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:
Expand Down

0 comments on commit 9005976

Please sign in to comment.