3rdparty / eventuals-grpc

C++ asynchronous interface for gRPC based on https://github.com/3rdparty/eventuals.
Apache License 2.0
20 stars 5 forks source link

Skip build-and-test hooks for markdown commits #55

Closed CodingCanuck closed 2 years ago

CodingCanuck commented 2 years ago

Commits that only affect markdown files shouldn't affect the result of any builds or tests: skip build-and-test actions on commits that only touch markdown files.

This should vastly reduce the time it takes to merge documentation PRs into main, and it will also avoid wasting compute running tests on no-op commits.

Inspired by https://github.com/3rdparty/eventuals/pull/168.