From b18d8a01074e05d73d24ed7979212cf9a6671788 Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Tue, 11 Feb 2025 09:17:17 -0500 Subject: [PATCH] actions: allow manual actions from GitHub UI https://docs.github.com/en/actions/writing-workflows/choosing-when-your-workflow-runs/events-that-trigger-workflows#workflow_dispatch --- .github/workflows/build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8215a89f..c6cc81d5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -5,6 +5,7 @@ on: pull_request: schedule: - cron: '37 22 * * *' + workflow_dispatch: permissions: contents: read