Skip to content

Commit

Permalink
chore(ci): make syncing out to Noir manual (#5997)
Browse files Browse the repository at this point in the history
Most of the sync PRs being pushed into Noir are massive and revert
significant amounts of Noir development.

In order to sync from aztec-packages without having to manually separate
out all of these reversions, it's required to do a manual sync from the
main noir repo into aztec-packages first and then sync out again. We
should then make this second sync manual as well.
  • Loading branch information
TomAFrench authored Apr 24, 2024
1 parent 616a8f3 commit 1801db8
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/mirror-noir-subrepo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,6 @@ concurrency:
cancel-in-progress: false
on:
workflow_dispatch: {}
push:
branches:
- master
paths:
- "noir/noir-repo/**"
- "!noir/noir-repo/.gitrepo"

jobs:
mirror_repo:
Expand Down

0 comments on commit 1801db8

Please sign in to comment.