Skip to content

Commit

Permalink
actions: syncer: Don't run syncer on pushes
Browse files Browse the repository at this point in the history
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. ¯\_(ツ)_/¯
  • Loading branch information
mgalgs committed Apr 22, 2023
1 parent be15788 commit 68f51c5
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/syncer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 68f51c5

Please sign in to comment.