Skip to content

Commit 5203d64

Browse files
kamilonCopilot
andauthored
ci: allow manual codecov workflow runs (#642)
Allow test access for maintainers by username Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: kamilon <14920646+kamilon@users.noreply.github.com>
1 parent 2fd85d1 commit 5203d64

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@306e68a486fd2350f2bfc3b19fcd143891a4a2d8 #v4.1.2
2526
with:
2627
args: --accept-dns=true

0 commit comments

Comments
 (0)