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 1pSIBz-00013a-0l for pgsql-jdbc-commits@arkaria.postgresql.org; Wed, 15 Feb 2023 13:51:27 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1pSIBx-0003mW-VL for pgsql-jdbc-commits@arkaria.postgresql.org; Wed, 15 Feb 2023 13:51:25 +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 1pSI6E-0005R6-F2; Wed, 15 Feb 2023 13:45:30 +0000 Received: from out-26.smtp.github.com ([192.30.252.209]) by makus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1pSI67-0002gx-P8; Wed, 15 Feb 2023 13:45:29 +0000 Received: from github.com (hubbernetes-node-c16e492.ash1-iad.github.net [10.56.206.34]) by smtp.github.com (Postfix) with ESMTPA id 823595E0F1D; Wed, 15 Feb 2023 05:45:22 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1676468722; bh=Jvjiq+7B0nEyMZzFQeK3MXYiSYXwYrkwbd/euqs4adM=; h=Date:From:To:Subject:From; b=G8yD06AXGQOg6/HFZFV14AHa6VS68VHOTjeaE58jXmF5PcIpmzwDh/BoAqbavLky3 CJ4BYjx6fFkgvw+Ic18X+q7cZgGmOoC9tkQEN0h9WxEYPcIvWJQNTMsOHsJm/wqGds M85MUq7dUO3jTz/kVtkx3sPAkE3XRVykHjlqTCSE= Date: Wed, 15 Feb 2023 05:45:22 -0800 From: Dave Cramer To: pgsql-jdbc@lists.postgresql.org, pgsql-jdbc-commits@lists.postgresql.org Message-ID: Subject: [pgjdbc/pgjdbc] 24e9ce: 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/release/42.5.x Home: https://github.com/pgjdbc/pgjdbc Commit: 24e9ce3f90545b7804294b20ad79bce4550719f9 https://github.com/pgjdbc/pgjdbc/commit/24e9ce3f90545b7804294b20ad79bce4550719f9 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 (#2809)