Skip to content

Commit

Permalink
fix: back out the buggy branch condition (#3988)
Browse files Browse the repository at this point in the history
release-please should now be properly excluded from CCI jobs and from compare_protocol_circuits_gates
  • Loading branch information
just-mitch authored Jan 12, 2024
1 parent a8cf1bf commit 9f61ed1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 0 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1062,8 +1062,6 @@ defaults: &defaults
branches:
ignore:
- /^release-please--.*/
only:
- /.*/
context:
- build
- slack
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/protocol-circuits-gate-diff.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ on:
branches:
- master
pull_request:
branches-ignore:
- release-please--*

jobs:
compare_protocol_circuits_gates:
Expand Down Expand Up @@ -82,7 +84,7 @@ jobs:
run: |
nargo info --json > protocol_circuits_report.json
mv protocol_circuits_report.json ../../../protocol_circuits_report.json
env:
env:
NARGO_BACKEND_PATH: ../../../barretenberg/cpp/build/bin/bb

- name: Compare gates reports
Expand Down

0 comments on commit 9f61ed1

Please sign in to comment.