Skip to content

Commit

Permalink
fix: swap branch exclusion for release-please on report gates diff wo…
Browse files Browse the repository at this point in the history
…rkflow (AztecProtocol#3994)

it was based on the target branch, should be based on source branch.
  • Loading branch information
just-mitch authored Jan 12, 2024
1 parent a43889d commit 70b2ffd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/protocol-circuits-gate-diff.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,10 @@ on:
branches:
- master
pull_request:
branches-ignore:
- "release-please--*"

jobs:
compare_protocol_circuits_gates:
if: "!startsWith(github.head_ref, 'release-please--')"
runs-on: ubuntu-20.04
steps:
- name: Checkout Code
Expand Down

0 comments on commit 70b2ffd

Please sign in to comment.