Skip to content

Commit 938d897

Browse files
committed
Allow manual codecov workflow runs
Allow test access for maintainers by username
1 parent 3c3b86b commit 938d897

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/codecov.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name: codecov.io
33
on:
44
push:
55
pull_request:
6+
workflow_dispatch:
67

78
permissions:
89
contents: read
@@ -20,7 +21,7 @@ jobs:
2021
go-version-file: go.mod
2122

2223
- name: Connect to Tailnet
23-
if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == github.repository
24+
if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == github.repository || contains(fromJson('["kamilon", "tobiasehlert"]'), github.actor)
2425
uses: tailscale/github-action@53acf823325fe9ca47f4cdaa951f90b4b0de5bb9 #v4.1.1
2526
with:
2627
args: --accept-dns=true

0 commit comments

Comments
 (0)