Merge pull request #17484 from dundargoc/ci/skip-ci-on-doc-changes

ci: skip ci workflow on only documentation changes
This commit is contained in:
James McCoy 2022-02-21 06:39:59 -05:00 committed by GitHub
commit fc7fc14bd2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,6 +9,8 @@ on:
branches:
- 'master'
- 'release-[0-9]+.[0-9]+'
paths-ignore:
- 'runtime/doc/*'
# Cancel any in-progress CI runs for a PR if it is updated
concurrency: