mirror of
https://github.com/tailscale/tailscale.git
synced 2025-04-20 21:51:42 +00:00
Fix vm ci tests clogging in fork repository pull request
fix: https://github.com/tailscale/tailscale/issues/5771 Signed-off-by: Aoang <aoang@x2oe.com>
This commit is contained in:
parent
1440742a1c
commit
60f77ba515
2
.github/workflows/vm.yml
vendored
2
.github/workflows/vm.yml
vendored
@ -14,7 +14,7 @@ jobs:
|
|||||||
ubuntu2004-LTS-cloud-base:
|
ubuntu2004-LTS-cloud-base:
|
||||||
runs-on: [ self-hosted, linux, vm ]
|
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:
|
steps:
|
||||||
- name: Set GOPATH
|
- name: Set GOPATH
|
||||||
|
Loading…
x
Reference in New Issue
Block a user