Skip to content

Commit 3d9e4f1

Browse files
committed
adding if statement to tailscale connect step
only trigger if it's not from a forked PR
1 parent 1e7d6b7 commit 3d9e4f1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/codecov.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ jobs:
1717
go-version-file: go.mod
1818

1919
- name: Connect to Tailnet
20+
if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == github.repository
2021
uses: tailscale/github-action@v2
2122
with:
2223
args: --accept-dns=true

0 commit comments

Comments
 (0)