From 9f9d8e59bb97e0b0083ff841eea42c56b0f49205 Mon Sep 17 00:00:00 2001 From: Cecilia Krum Date: Fri, 10 Apr 2026 14:33:32 -0500 Subject: [PATCH] Allow manual functional test run Dependabot can't run this flow without access to more secrets (our entire AWS config), which I am not inclined to give it. Dependabots are rare enough on this repo that I think it's fine to require a manual check. --- .github/workflows/run-dev.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/run-dev.yml b/.github/workflows/run-dev.yml index 052a4d6..6811d70 100644 --- a/.github/workflows/run-dev.yml +++ b/.github/workflows/run-dev.yml @@ -1,7 +1,7 @@ name: Run shortlist (dev) on: - workflow_displatch: + workflow_dispatch: repository_dispatch: types: [dev_deployed] push: