Merge pull request #7259 from fidencio/topic/gha-restrict-job-run-according-to-files-touched

gha: Do not run all the tests if only docs are updated
This commit is contained in:
Fabiano Fidêncio 2023-07-10 18:12:29 +02:00 committed by GitHub
commit b61b15aab6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,6 +12,8 @@ on:
- synchronize
- reopened
- labeled
paths-ignore:
- 'docs/**'
jobs:
kata-containers-ci-on-push:
if: ${{ contains(github.event.pull_request.labels.*.name, 'ok-to-test') }}