From: Daniele Varrazzo Date: Thu, 23 Oct 2025 15:29:11 +0000 (+0100) Subject: ci: enable lint on pull requests X-Git-Tag: 3.3.0~38 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1233ab09ab19b2ad3783f39eaca86c3317d02282;p=thirdparty%2Fpsycopg.git ci: enable lint on pull requests This now matches the tests workflow. --- diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 7f15045f7..921c57fc2 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -6,9 +6,7 @@ on: # on.. GitHub Actions docs. branches: - "**" - # 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: '18 6 * * *'