From 68f51c5b83e9bdbec08544273d9bf7d2228e2e63 Mon Sep 17 00:00:00 2001 From: Mitchel Humpherys Date: Fri, 21 Apr 2023 17:12:50 -0700 Subject: [PATCH] actions: syncer: Don't run syncer on pushes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit I don't think this extra sync ever did anything for us besides spam our actions builds... I can't remember why I thought we would want to re-sync after making changes to our GA stuff. ¯\_(ツ)_/¯ --- .github/workflows/syncer.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/workflows/syncer.yml b/.github/workflows/syncer.yml index 74606372..11453ffb 100644 --- a/.github/workflows/syncer.yml +++ b/.github/workflows/syncer.yml @@ -2,14 +2,6 @@ name: Repo syncer on: schedule: - cron: "0 */6 * * *" - push: - branches: - - master # We mostly rely on the above cron schedule but having this - # push handler is handy so that we re-sync after making - # changes to our GA workflows or scripts. Unfortunately, - # since this workflow can actually push to master it could - # trigger itself a second time, but that second run shouldn't - # have any updates so it will just complete quietly. jobs: sync_plz_thx: name: Sync and push