]> 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>
Tue, 14 Oct 2025 00:12:50 +0000 (02:12 +0200)
They shouldn't be duplicated anymore if we develop in private forks of
the repo.

.github/workflows/tests.yml

index 19bc22c70f1ee29a1e6b529933e6810824082b41..9a9de0119d776eda39af24524099bcc676b81f21 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 * * *'