From a518b2abbcaea737b93f45908527829f76652764 Mon Sep 17 00:00:00 2001 From: rohanharikr Date: Fri, 20 Oct 2023 14:31:08 +0530 Subject: [PATCH] update workflow --- .github/workflows/sync.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/sync.yml b/.github/workflows/sync.yml index 2d9d14b..44a01dd 100644 --- a/.github/workflows/sync.yml +++ b/.github/workflows/sync.yml @@ -2,18 +2,11 @@ name: Sync with S3 on: workflow_dispatch: - pull_request_target: - types: [ closed ] - branches: [ main ] push: branches: [ main ] jobs: sync: - if: | - github.event_name == 'workflow_dispatch' || - github.event.pull_request.merged == true || - github.event_name == 'push' uses: hellocoop/tools/.github/workflows/content-sync.yml@main # GitHub-Slack app sends a workflow status message with live updates to #content-updates channel with: