.github/workflows: enable natlab in CI

After fixing the flakey tests in #18811 and #18814 we can enable running
the natlab testsuite running on CI generally.

Fixes #18810

Signed-off-by: Claus Lensbøl <claus@tailscale.com>
This commit is contained in:
Claus Lensbøl
2026-02-26 10:15:58 -08:00
committed by Brad Fitzpatrick
parent 30adf4527b
commit ea1f1616b9
+8 -2
View File
@@ -7,9 +7,15 @@ concurrency:
cancel-in-progress: true cancel-in-progress: true
on: on:
push:
branches:
- "main"
- "release-branch/*"
pull_request: pull_request:
paths: # all PRs on all branches
- "tstest/integration/nat/nat_test.go" merge_group:
branches:
- "main"
jobs: jobs:
natlab-integrationtest: natlab-integrationtest:
runs-on: ubuntu-latest runs-on: ubuntu-latest