From: Daniele Varrazzo Date: Mon, 13 Oct 2025 12:34:29 +0000 (+0200) Subject: ci: enable tests on PR X-Git-Tag: 3.3.0~43 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7314c689fd5adf6c5f14a9e5e79acc7737d7b943;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 fdd42df20..a1f74fc0b 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 * * *'