mirror of
https://github.com/rancher/rke.git
synced 2025-09-20 19:08:25 +00:00
Add the same paths-ignore to the test-cni workflow as the one in the main workflow
This commit is contained in:
7
.github/workflows/test-cni.yaml
vendored
7
.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:
|
||||||
@@ -24,4 +29,4 @@ jobs:
|
|||||||
- name: Run ${{ matrix.cni }} check
|
- name: Run ${{ matrix.cni }} check
|
||||||
run: |
|
run: |
|
||||||
./scripts/build
|
./scripts/build
|
||||||
./scripts/integration ${{ matrix.cni }}
|
./scripts/integration ${{ matrix.cni }}
|
||||||
|
Reference in New Issue
Block a user