From: Federico Caselli Date: Mon, 13 Jun 2022 19:48:34 +0000 (+0200) Subject: remove docs from path ignore in the tests X-Git-Tag: rel_2_0_0b1~240 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4010a61af7b88e0d3b18bcd560a465269384f250;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git remove docs from path ignore in the tests Change-Id: I1d399d9532bc63d00a730e3981aef79ad99a97bb --- diff --git a/.github/workflows/run-test.yaml b/.github/workflows/run-test.yaml index 8da63d154c..44c6574bc8 100644 --- a/.github/workflows/run-test.yaml +++ b/.github/workflows/run-test.yaml @@ -9,7 +9,6 @@ on: # branches used to test the workflow - "workflow_test_*" paths-ignore: - - "doc/**" - "examples/**" env: