From d3b358470df20a9af5a9e20d8d2a731a6f064a38 Mon Sep 17 00:00:00 2001 From: Tom Limoncelli Date: Thu, 19 Oct 2023 14:41:57 -0400 Subject: [PATCH] CICD Enable ad-hoc runs (#2600) --- .github/workflows/pr_test.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/pr_test.yml b/.github/workflows/pr_test.yml index 22741524e..773b9b0b0 100644 --- a/.github/workflows/pr_test.yml +++ b/.github/workflows/pr_test.yml @@ -1,6 +1,7 @@ name: "PR: Run all tests" on: pull_request: + workflow_dispatch: env: cache-key: 1639697695 #Change to force cache reset `pwsh > Get-Date -UFormat %s`