Skip to content

Commit

Permalink
chore: do not run CCI on release-please branches (AztecProtocol#3984)
Browse files Browse the repository at this point in the history
Without this PR, the [release-please branch re-runs CCI whenever someone
merges a
PR](https://app.circleci.com/pipelines/github/AztecProtocol/aztec-packages?branch=release-please--branches--master).

This PR makes it so that we never perform work in CCI on release-please
branches.
  • Loading branch information
just-mitch authored Jan 12, 2024
1 parent 1234dd4 commit 1012995
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ jobs:
# NOTE: we usually use alpine build image when making spot images, but
# we are not able to upload to S3 with it
image: ubuntu-2204:2023.07.2
resource_class: medium
resource_class: medium
steps:
- *checkout
- *setup_env
Expand Down Expand Up @@ -1059,6 +1059,11 @@ defaults: &defaults
filters:
tags:
only: /^aztec-packages-v.*/
branches:
ignore:
- /^release-please--.*/
only:
- /.*/
context:
- build
- slack
Expand Down

0 comments on commit 1012995

Please sign in to comment.