.github/workflows: descope natlab CI for now until GitHub flakes are fixed

The natlab VM tests are flaking on GitHub Actions.

To not distract people, disable them for now (unless they're touched
directly) until they're made more reliable, which will be some painful
debugging probably.

Updates #13038

Change-Id: I6570f1cd43f8f4d628a54af8481b67455ebe83dc
Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com>
This commit is contained in:
Brad Fitzpatrick 2025-03-05 14:14:19 -08:00 committed by Brad Fitzpatrick
parent 27e0575f76
commit 96202a7c0c

View File

@ -9,10 +9,7 @@ concurrency:
on:
pull_request:
paths:
- "tailcfg/**"
- "wgengine/**"
- "ipn/ipnlocal/**"
- ".github/workflows/natlab-integrationtest.yml"
- "tstest/integration/nat/nat_test.go"
jobs:
natlab-integrationtest:
runs-on: ubuntu-latest