diff --git a/.github/workflows/test-cni.yaml b/.github/workflows/test-cni.yaml index b3d54fb0..8f94e133 100644 --- a/.github/workflows/test-cni.yaml +++ b/.github/workflows/test-cni.yaml @@ -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 }} \ No newline at end of file + ./scripts/integration ${{ matrix.cni }}