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

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') }}