From 1ece2d37e9985672be9faabca8497dce31c7fcbb Mon Sep 17 00:00:00 2001 From: Luca Comellini Date: Wed, 6 Oct 2021 18:28:04 -0700 Subject: [PATCH] Remove sync workflow from master --- .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