Browse Source

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

pull/3669/head
Chris Wayne 3 years ago committed by GitHub
parent
commit
461222db98
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 8
      .github/workflows/cgroup2.yaml
  2. 8
      .github/workflows/unitcoverage.yaml

8
.github/workflows/cgroup2.yaml

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

8
.github/workflows/unitcoverage.yaml

@ -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

Loading…
Cancel
Save