Skip to content

Enhance k3s_agent role to support conditional snapshotter for PXE-boo… #18

Enhance k3s_agent role to support conditional snapshotter for PXE-boo…

Enhance k3s_agent role to support conditional snapshotter for PXE-boo… #18

Workflow file for this run

---
name: "CI"
on:
pull_request:
push:
branches:
- master
paths-ignore:
- '**/README.md'
jobs:
lint:
uses: ./.github/workflows/lint.yml
test:
uses: ./.github/workflows/test.yml
needs: [lint]