Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 <dgentry@tailscale.com>
  • Loading branch information
DentonGentry committed Oct 4, 2023
commit 34b2b101596e8d619ef79c90a66183a28e9e4e7a
1 change: 1 addition & 0 deletions .github/workflows/tailscale.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: tailscale

on:
workflow_dispatch:
push:
branches:
- main
Expand Down