From b90f149f5e56e11b71976647314ebc30c8f2ec84 Mon Sep 17 00:00:00 2001 From: Christine Dodrill Date: Fri, 9 Jul 2021 10:50:23 -0400 Subject: [PATCH] Run tests on integration test changes (#2373) Hopefully this will catch situations like https://github.com/tailscale/tailscale/pull/2372 Signed-off-by: Christine Dodrill --- .github/workflows/xe-experimental-vm-test.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/xe-experimental-vm-test.yml b/.github/workflows/xe-experimental-vm-test.yml index d734ebd9a..1d15dcbab 100644 --- a/.github/workflows/xe-experimental-vm-test.yml +++ b/.github/workflows/xe-experimental-vm-test.yml @@ -1,9 +1,9 @@ name: "integration-vms" on: - # # NOTE(Xe): uncomment this region when testing the test - # pull_request: - # branches: [ main ] + pull_request: + paths: + - "tstest/integration/vms/**" push: branches: [ main ] release: