From 938d897c1cc433b13ee25ced3a261730233ba435 Mon Sep 17 00:00:00 2001 From: Kennedy Bushnell Date: Tue, 21 Apr 2026 23:47:42 -0700 Subject: [PATCH] Allow manual codecov workflow runs Allow test access for maintainers by username --- .github/workflows/codecov.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/codecov.yml b/.github/workflows/codecov.yml index a488f37..56b1696 100644 --- a/.github/workflows/codecov.yml +++ b/.github/workflows/codecov.yml @@ -3,6 +3,7 @@ name: codecov.io on: push: pull_request: + workflow_dispatch: permissions: contents: read @@ -20,7 +21,7 @@ jobs: go-version-file: go.mod - name: Connect to Tailnet - if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == github.repository + if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == github.repository || contains(fromJson('["kamilon", "tobiasehlert"]'), github.actor) uses: tailscale/github-action@53acf823325fe9ca47f4cdaa951f90b4b0de5bb9 #v4.1.1 with: args: --accept-dns=true