From 532abb7b638c5b5b9b8dc8067de4a4791c2a2017 Mon Sep 17 00:00:00 2001 From: Cecilia Krum Date: Thu, 9 Apr 2026 11:59:28 -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 b5b29eb..052a4d6 100644 --- a/.github/workflows/run-dev.yml +++ b/.github/workflows/run-dev.yml @@ -1,11 +1,11 @@ name: Run shortlist (dev) on: + workflow_displatch: repository_dispatch: types: [dev_deployed] push: - jobs: execute: runs-on: ubuntu-latest