Skip to content

Commit

Permalink
adding if statement to tailscale connect step
Browse files Browse the repository at this point in the history
only trigger if it's not from a forked PR
  • Loading branch information
tobiasehlert committed Mar 30, 2024
1 parent 1e7d6b7 commit 3d9e4f1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,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
uses: tailscale/github-action@v2
with:
args: --accept-dns=true
Expand Down

0 comments on commit 3d9e4f1

Please sign in to comment.