Unverified Commit 71e1f1df authored by Chris Wayne's avatar Chris Wayne Committed by GitHub

Ignore markdown files for github actions (#3676)

parent b260d100
name: cgroup2 name: cgroup2
on: [push, pull_request] on:
push:
paths-ignore:
- "**.md"
pull_request:
paths-ignore:
- "**.md"
jobs: jobs:
build: build:
name: "Build" name: "Build"
......
name: Unit Test Coverage name: Unit Test Coverage
on: [push, pull_request] on:
push:
paths-ignore:
- "**.md"
pull_request:
paths-ignore:
- "**.md"
jobs: jobs:
test: test:
name: Unit Tests name: Unit Tests
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment