Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
w-gc committed Jan 21, 2025
1 parent ba39b35 commit 71b7c46
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@ parameters:
default: ""
run-schedule:
type: boolean
default: false
default: true
run-asan:
type: boolean
default: false
default: true

# Define a job to be invoked later in a workflow.
# See: https://circleci.com/docs/2.0/configuration-reference/#jobs
Expand Down Expand Up @@ -79,8 +79,6 @@ workflows:
requirements.txt build-and-run true
requirements-dev.txt build-and-run true
.circleci/continue-config.yml build-and-run true
.circleci/asan-config.yml run-asan true
.circleci/benchmark-config.yml run-schedule true
- lint
benchmark-workflow:
when: << pipeline.parameters.run-schedule >>
Expand Down

0 comments on commit 71b7c46

Please sign in to comment.