We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5203d64 commit 7ffdde4Copy full SHA for 7ffdde4
1 file changed
.github/workflows/codecov.yml
@@ -21,7 +21,7 @@ jobs:
21
go-version-file: go.mod
22
23
- name: Connect to Tailnet
24
- if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == github.repository || contains(fromJson('["kamilon", "tobiasehlert"]'), github.actor)
+ if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == github.repository
25
uses: tailscale/github-action@306e68a486fd2350f2bfc3b19fcd143891a4a2d8 #v4.1.2
26
with:
27
args: --accept-dns=true
0 commit comments