]> git.ipfire.org Git - thirdparty/dracut-ng.git/commitdiff
docs: do not run integration tests for docs only changes
authorIan Wienand <iwienand@redhat.com>
Thu, 17 Oct 2024 09:57:36 +0000 (20:57 +1100)
committerLaszlo <laszlo.gombos@gmail.com>
Thu, 17 Oct 2024 11:20:56 +0000 (07:20 -0400)
In the integration workflow, add paths-ignore so that if any changes only match
these filters, the integration tests will be skipped.

.github/workflows/integration.yml

index b195e817148c9ca4471efe4c62c2c90a9fbcc6af..1cc7213d0f30ebeb6266d4fa3b190b66a4b8a61a 100644 (file)
@@ -3,7 +3,11 @@ name: Integration Test
 on:
     pull_request:
         branches: [ main ]
-
+        paths-ignore:
+          - antora-playbook.yaml
+          - 'doc_site/**'
+          - 'man/**'
+x
 env:
     # set V to 2 when re-running jobs with debug logging enabled
     # see https://docs.github.com/en/actions/monitoring-and-troubleshooting-workflows/troubleshooting-workflows/enabling-debug-logging