From 5367cdfacddec506e1d6a39cfed439924b2a8fe9 Mon Sep 17 00:00:00 2001 From: daz Date: Wed, 10 Apr 2024 21:20:32 -0600 Subject: [PATCH] Test checksums update --- .github/workflows/update-checksums-file.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/update-checksums-file.yml b/.github/workflows/update-checksums-file.yml index f5c2a96..55c02b6 100644 --- a/.github/workflows/update-checksums-file.yml +++ b/.github/workflows/update-checksums-file.yml @@ -1,11 +1,11 @@ name: 'Update Wrapper checksums file' on: + # Run weekly (at arbitrary time) schedule: - # Run weekly (at arbitrary time) - cron: '24 5 * * 6' - # Support running workflow manually workflow_dispatch: + push: jobs: update-checksums: