mirror of
https://github.com/rancher/rke.git
synced 2025-08-01 23:33:39 +00:00
Add the same paths-ignore to the test-cni workflow as the one in the main workflow (#3836)
This commit is contained in:
parent
b6772ac2bb
commit
3d9fb8e5ab
5
.github/workflows/test-cni.yaml
vendored
5
.github/workflows/test-cni.yaml
vendored
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user