Merge branch 'k3s-io:master' into issue-backport

pull/3669/head
Chris Wayne 2021-07-23 10:52:52 -04:00 committed by GitHub
commit 461222db98
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 14 additions and 2 deletions

View File

@ -1,5 +1,11 @@
name: cgroup2
on: [push, pull_request]
on:
push:
paths-ignore:
- "**.md"
pull_request:
paths-ignore:
- "**.md"
jobs:
build:
name: "Build"

View File

@ -1,5 +1,11 @@
name: Unit Test Coverage
on: [push, pull_request]
on:
push:
paths-ignore:
- "**.md"
pull_request:
paths-ignore:
- "**.md"
jobs:
test:
name: Unit Tests