From 87cdc905b7c317454b63c53354387cdbd21b12ac Mon Sep 17 00:00:00 2001 From: Kris Porter <122263745+quepcompute@users.noreply.github.com> Date: Fri, 26 Jul 2024 00:49:41 -0700 Subject: [PATCH] ci: add repository dispatch trigger for the update binaries workflow (#96) --- .github/workflows/update-binaries.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/update-binaries.yaml b/.github/workflows/update-binaries.yaml index 49dccae..d7f4fb3 100644 --- a/.github/workflows/update-binaries.yaml +++ b/.github/workflows/update-binaries.yaml @@ -1,6 +1,8 @@ name: Update bin.walrus.site with latest binaries on: + repository_dispatch: + types: [update-sites-bins] # every week schedule: - cron: '14 3 * * 0'