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 <xe@tailscale.com>pull/2372/head
parent
7a08c159e6
commit
b90f149f5e
|
@ -1,9 +1,9 @@
|
||||||
name: "integration-vms"
|
name: "integration-vms"
|
||||||
|
|
||||||
on:
|
on:
|
||||||
# # NOTE(Xe): uncomment this region when testing the test
|
pull_request:
|
||||||
# pull_request:
|
paths:
|
||||||
# branches: [ main ]
|
- "tstest/integration/vms/**"
|
||||||
push:
|
push:
|
||||||
branches: [ main ]
|
branches: [ main ]
|
||||||
release:
|
release:
|
||||||
|
|
Loading…
Reference in New Issue