Run integration tests when build-k3s.yaml is changed

Signed-off-by: Derek Nola <derek.nola@suse.com>
This commit is contained in:
Derek Nola
2025-06-10 10:39:12 -07:00
parent f0bc228bf7
commit 17525caedb

View File

@@ -19,6 +19,7 @@ on:
- "!tests/e2e**"
- ".github/**"
- "!.github/workflows/integration.yaml"
- "!.github/workflows/build-k3s.yaml"
workflow_dispatch: {}
permissions: