1
0
mirror of https://github.com/rancher/rke.git synced 2025-04-27 11:21:08 +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:
Jack Luo 2025-04-23 09:43:43 -07:00 committed by GitHub
parent b6772ac2bb
commit 3d9fb8e5ab
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4,6 +4,11 @@ on:
pull_request:
branches:
- '**'
paths-ignore:
- '**.md'
- 'CODEOWNERS'
- 'LICENSE'
- 'docs/**'
jobs:
integration-cni-tests:
@ -24,4 +29,4 @@ jobs:
- name: Run ${{ matrix.cni }} check
run: |
./scripts/build
./scripts/integration ${{ matrix.cni }}
./scripts/integration ${{ matrix.cni }}