From: Daniele Varrazzo Date: Mon, 13 Oct 2025 12:34:29 +0000 (+0200) Subject: ci: enable tests on PR X-Git-Tag: 3.2.11~7 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9bf9ee8f0b0db3098c031c157ca42886d4a3b6ce;p=thirdparty%2Fpsycopg.git ci: enable tests on PR They shouldn't be duplicated anymore if we develop in private forks of the repo. --- diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 19bc22c70..9a9de0119 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -9,9 +9,7 @@ on: paths-ignore: - README.rst - "docs/*" - # Note: trying to exclude pull requests because it results in duplicate job - # on the commits belonging to pull requests. - # pull_request: + pull_request: schedule: - cron: '48 6 * * *'