From 60f77ba51573932124c82b1109d0f3229a8ce1fc Mon Sep 17 00:00:00 2001 From: Aoang Date: Tue, 1 Nov 2022 16:04:40 +0800 Subject: [PATCH] Fix vm ci tests clogging in fork repository pull request fix: https://github.com/tailscale/tailscale/issues/5771 Signed-off-by: Aoang --- .github/workflows/vm.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/vm.yml b/.github/workflows/vm.yml index 8404433ac..a542a82fd 100644 --- a/.github/workflows/vm.yml +++ b/.github/workflows/vm.yml @@ -14,7 +14,7 @@ jobs: ubuntu2004-LTS-cloud-base: runs-on: [ self-hosted, linux, vm ] - if: "!contains(github.event.head_commit.message, '[ci skip]')" + if: "(github.repository == 'tailscale/tailscale') && !contains(github.event.head_commit.message, '[ci skip]')" steps: - name: Set GOPATH