From 3390f03be4ff63e9dca5ceef4cf681960b8bcd7d Mon Sep 17 00:00:00 2001 From: teor Date: Sat, 10 Jun 2023 01:30:37 +1000 Subject: [PATCH] Stop doing another full sync on every main branch push (#6895) --- .github/workflows/continous-delivery.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/continous-delivery.yml b/.github/workflows/continous-delivery.yml index 7a3e2f97..1359e500 100644 --- a/.github/workflows/continous-delivery.yml +++ b/.github/workflows/continous-delivery.yml @@ -25,10 +25,10 @@ on: required: false type: boolean default: false - - push: - branches: - - main + # Temporarily disabled to reduce network load, see #6894. + #push: + # branches: + # - main release: types: - published