Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1pSHxB-0008Ku-Ec for pgsql-jdbc-commits@arkaria.postgresql.org; Wed, 15 Feb 2023 13:36:09 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1pSHxA-0002Z1-7E for pgsql-jdbc-commits@arkaria.postgresql.org; Wed, 15 Feb 2023 13:36:08 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1pSHry-0001CP-UY; Wed, 15 Feb 2023 13:30:46 +0000 Received: from out-21.smtp.github.com ([192.30.252.204]) by makus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1pSHrw-0002Yw-BP; Wed, 15 Feb 2023 13:30:45 +0000 Received: from github.com (hubbernetes-node-e2c4cef.ac4-iad.github.net [10.52.11.143]) by smtp.github.com (Postfix) with ESMTPA id 399A4520A33; Wed, 15 Feb 2023 05:30:43 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1676467843; bh=sBt7E3a9RCebdIqC2mpm66yXLlZmEjbDrvICYjRVM+0=; h=Date:From:To:Subject:From; b=ThLJWC1l3oUPA2puWfJWAQqyxbv/eQsDlzKeZS5xC7kdHissLPTdA1xI62gII5RLP 3M6HHQdoMiLYgLT97bXzfRLIFQn+H4lEGesPXNTV2NWhfZvZjXOYtuz1sb2LKJIf7j uEN1wr+s+P+I8GXzalBZ1eKJa3+6OP0W9oNhlFKQ= Date: Wed, 15 Feb 2023 05:30:43 -0800 From: Dave Cramer To: pgsql-jdbc@lists.postgresql.org, pgsql-jdbc-commits@lists.postgresql.org Message-ID: Subject: [pgjdbc/pgjdbc] 212f43: Make sure that github CI runs tests on all PRs (#2... Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Approved: 58GruLoMopuc X-GitHub-Recipient-Address: pgsql-jdbc@lists.postgresql.org,pgsql-jdbc-commits@lists.postgresql.org X-Auto-Response-Suppress: All List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Branch: refs/heads/master Home: https://github.com/pgjdbc/pgjdbc Commit: 212f43531f58f545234dd518e780e42d511d08fc https://github.com/pgjdbc/pgjdbc/commit/212f43531f58f545234dd518e780e42d511d08fc Author: Dave Cramer Date: 2023-02-15 (Wed, 15 Feb 2023) Changed paths: M .github/workflows/main.yml Log Message: ----------- Make sure that github CI runs tests on all PRs (#2808)