From 34b2b101596e8d619ef79c90a66183a28e9e4e7a Mon Sep 17 00:00:00 2001 From: Denton Gentry Date: Wed, 4 Oct 2023 00:41:14 -0700 Subject: [PATCH] workflow: allow manual testing We periodically have reports of failures in the GitHub Action where there has been no recent change in Tailscale infrastructure and no indication of a problem in metrics or monitoring. Right now we have to generate a pull request to get this test workflow to run. Allow it to be run manually whenever desired. Signed-off-by: Denton Gentry --- .github/workflows/tailscale.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/tailscale.yml b/.github/workflows/tailscale.yml index 21a5d0d..3c61eb1 100644 --- a/.github/workflows/tailscale.yml +++ b/.github/workflows/tailscale.yml @@ -1,6 +1,7 @@ name: tailscale on: + workflow_dispatch: push: branches: - main