From 8c88970d704ba4fd7a440e3982de95cccca01660 Mon Sep 17 00:00:00 2001 From: Danny Lin Date: Tue, 26 Mar 2024 00:00:36 +0800 Subject: [PATCH] ci: allow manual dispatch --- .github/workflows/aggregate.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/aggregate.yml b/.github/workflows/aggregate.yml index 94601a41..d1b4d448 100644 --- a/.github/workflows/aggregate.yml +++ b/.github/workflows/aggregate.yml @@ -1,6 +1,7 @@ name: Aggregate sources and rebuild on: + workflow_dispatch: schedule: # 19:42 UTC every Sunday - cron: "42 19 * * 0"