Skip to content

Commit

Permalink
ci: revert ci change that was done for merge (#236)
Browse files Browse the repository at this point in the history
  • Loading branch information
h4ck3rk3y authored Sep 27, 2023
1 parent 23e4d5e commit 251b34f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,9 @@ executors:
image: ubuntu-2004:202201-02

parameters:
# To enable/disabled the check_latest_version workflow execution which will be triggered by this scheduled pipeline: https://app.circleci.com/settings/project/github/kurtosis-tech/ethereum-package/triggers
# TODO revert this - setting this to true to get all existing tests to run on CI during merge
should-enable-check-latest-version-workflow:
type: boolean
default: true
default: false
# To enable/disabled the check_code workflow execution which will be triggered by the PR's checkers
should-enable-build-workflow:
type: boolean
Expand Down

0 comments on commit 251b34f

Please sign in to comment.