mirror of https://github.com/k3s-io/k3s
Merge branch 'k3s-io:master' into issue-backport
commit
461222db98
|
@ -1,5 +1,11 @@
|
|||
name: cgroup2
|
||||
on: [push, pull_request]
|
||||
on:
|
||||
push:
|
||||
paths-ignore:
|
||||
- "**.md"
|
||||
pull_request:
|
||||
paths-ignore:
|
||||
- "**.md"
|
||||
jobs:
|
||||
build:
|
||||
name: "Build"
|
||||
|
|
|
@ -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…
Reference in New Issue