docs: add ingress limitations and docs to the package practices #178
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: CI Docs Shim | |
on: | |
pull_request: | |
paths: | |
- "**.md" | |
- "**.jpg" | |
- "**.png" | |
- "**.gif" | |
- "**.svg" | |
- adr/** | |
- docs/** | |
- .gitignore | |
- renovate.json | |
- .release-please-config.json | |
- release-please-config.json | |
- oscal-component.yaml | |
- CODEOWNERS | |
- LICENSE | |
- CONTRIBUTING.md | |
- SECURITY.md | |
- config/renovate.json5 | |
jobs: | |
run-test: | |
name: ${{ matrix.type }} ${{ matrix.flavor }} | |
runs-on: ubuntu-latest | |
timeout-minutes: 20 | |
strategy: | |
matrix: | |
flavor: [test] | |
type: [install, upgrade] | |
steps: | |
- name: Shim for ${{ matrix.type }} ${{ matrix.flavor }} | |
run: | | |
echo "Documentation-only change detected; marking ${{ matrix.type }} ${{ matrix.flavor }} as successful." |