1
0
mirror of https://github.com/rancher/rke.git synced 2025-09-19 01:44:28 +00:00

Add the same paths-ignore to the test-cni workflow as the one in the main workflow

This commit is contained in:
Jiaqi Luo
2025-04-22 14:31:18 -07:00
parent b6772ac2bb
commit 95bc41e690

View File

@@ -4,6 +4,11 @@ on:
pull_request: pull_request:
branches: branches:
- '**' - '**'
paths-ignore:
- '**.md'
- 'CODEOWNERS'
- 'LICENSE'
- 'docs/**'
jobs: jobs:
integration-cni-tests: integration-cni-tests: