Skip to content

docs(gardenlinux): Update commit lock from PR #5209 #243

docs(gardenlinux): Update commit lock from PR #5209

docs(gardenlinux): Update commit lock from PR #5209 #243

Workflow file for this run

name: Tests (skip)
on:
push:
branches: [main]
paths-ignore:
- 'src/**'
- 'tests/**'
- 'requirements.txt'
- 'Makefile'
- '.github/workflows/tests.yml'
- '.github/workflows/tests-skip.yml'
pull_request:
branches: [main]
paths-ignore:
- 'src/**'
- 'tests/**'
- 'requirements.txt'
- 'Makefile'
- '.github/workflows/tests.yml'
- '.github/workflows/tests-skip.yml'
jobs:
pytest:
name: pytest (unit + integration)
runs-on: ubuntu-24.04
steps:
- run: |
echo "No changes under src/, tests/, requirements.txt, or Makefile."
echo "Skipping test run; reporting success so a required check is satisfied."