From 7245da59f95f94f28ee29dc864d83b37bfb65eec Mon Sep 17 00:00:00 2001 From: Trask Stalnaker Date: Mon, 7 Jul 2025 19:07:33 -0700 Subject: [PATCH] Also open issue on workflow dispatch failure --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 614ac9c10..50a3ad0f0 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -207,7 +207,7 @@ jobs: permissions: contents: read issues: write - if: github.event_name == 'schedule' && always() + if: (github.event_name == 'schedule' || github.event_name == 'workflow_dispatch') && always() needs: - build - test