From 1801db88640b0e012fa32650bf8074587709ef83 Mon Sep 17 00:00:00 2001 From: Tom French <15848336+TomAFrench@users.noreply.github.com> Date: Wed, 24 Apr 2024 13:25:13 +0100 Subject: [PATCH] chore(ci): make syncing out to Noir manual (#5997) 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. --- .github/workflows/mirror-noir-subrepo.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/mirror-noir-subrepo.yml b/.github/workflows/mirror-noir-subrepo.yml index fb6968cc940..abcae31ac0a 100644 --- a/.github/workflows/mirror-noir-subrepo.yml +++ b/.github/workflows/mirror-noir-subrepo.yml @@ -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: