]> git.ipfire.org Git - thirdparty/psycopg.git/commitdiff
ci: enable tests on PR
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Mon, 13 Oct 2025 12:34:29 +0000 (14:34 +0200)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Mon, 13 Oct 2025 12:52:51 +0000 (14:52 +0200)
They shouldn't be duplicated anymore if we develop in private forks of
the repo.

.github/workflows/tests.yml

index fdd42df20a36df6feb49613ccfea512b0cc5a45b..a1f74fc0b84e0b2548eb571da278f95d0fb64206 100644 (file)
@@ -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 * * *'