From ddbba5b11ba337a2a0def232664fdf4331da517d Mon Sep 17 00:00:00 2001 From: Luca Comellini Date: Thu, 7 Oct 2021 10:58:51 -0700 Subject: [PATCH] Remove sync workflow from master (#2055) --- .github/workflows/sync.yml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.github/workflows/sync.yml b/.github/workflows/sync.yml index 699a6668e1..8c1dbc58a5 100644 --- a/.github/workflows/sync.yml +++ b/.github/workflows/sync.yml @@ -1,9 +1,12 @@ name: Sync on: - push: - branches: - - master + workflow_run: + branches: master + workflows: + - "Continuous Integration" + types: + - completed jobs: # This job sync this repo to our internal repo