From bfb00b50ad2e7d9d0bc4329b4e0db31924b7c0e1 Mon Sep 17 00:00:00 2001 From: Kris Porter Date: Thu, 25 Jul 2024 23:13:03 -0700 Subject: [PATCH 1/2] repo dispatch call --- .github/workflows/update-binaries.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/update-binaries.yaml b/.github/workflows/update-binaries.yaml index 49dccae5..e000bd31 100644 --- a/.github/workflows/update-binaries.yaml +++ b/.github/workflows/update-binaries.yaml @@ -1,5 +1,9 @@ name: Update bin.walrus.site with latest binaries +on: + repository_dispatch: + types: [update-sites-bins] + on: # every week schedule: From aec85bc4064883264c3d47b484c16edc6662dec6 Mon Sep 17 00:00:00 2001 From: Kris Porter Date: Fri, 26 Jul 2024 00:48:56 -0700 Subject: [PATCH 2/2] remove duplicate on --- .github/workflows/update-binaries.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/update-binaries.yaml b/.github/workflows/update-binaries.yaml index e000bd31..d7f4fb34 100644 --- a/.github/workflows/update-binaries.yaml +++ b/.github/workflows/update-binaries.yaml @@ -3,8 +3,6 @@ name: Update bin.walrus.site with latest binaries on: repository_dispatch: types: [update-sites-bins] - -on: # every week schedule: - cron: '14 3 * * 0'