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 1pQ5q2-0006T7-HS for pgsql-jdbc@arkaria.postgresql.org; Thu, 09 Feb 2023 12:15:42 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1pQ5q1-0003uE-F5 for pgsql-jdbc@arkaria.postgresql.org; Thu, 09 Feb 2023 12:15:41 +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 1pQ5q1-0003u4-7A for pgsql-jdbc@lists.postgresql.org; Thu, 09 Feb 2023 12:15:41 +0000 Received: from out-28.smtp.github.com ([192.30.252.211]) by makus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1pQ5py-0001gG-GK for pgsql-jdbc@lists.postgresql.org; Thu, 09 Feb 2023 12:15:40 +0000 Received: from github.com (hubbernetes-node-b4baf2f.ash1-iad.github.net [10.56.14.76]) by smtp.github.com (Postfix) with ESMTPA id 808E8900BF8 for ; Thu, 9 Feb 2023 04:15:37 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1675944937; bh=AFJej1BSBajPWnkHtZp0QJMo+YJNwWtuD9yZCo2KcSE=; h=Date:From:To:Subject:From; b=F/erBFIq8jn9bKKLaF6rowBUSAFo6b+z6w1pMQF/fFe3daJKtF59eYEC9ChlTbBah BAlVwPk7ir5lqMfZd/usRMPxQbs9I5u/JsEOE9T3W3U6TKfAtwcCIjE31gLg7v/SGh lQF8LDdkE7TKBa3U3y8cdmkhwW3AD2fO4Ih88K8g= Date: Thu, 09 Feb 2023 04:15:37 -0800 From: Vladimir Sitnikov To: pgsql-jdbc@lists.postgresql.org Message-ID: Subject: [pgjdbc/pgjdbc] 59ca5d: chore: tune down the number of CI jobs for PR buil... 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 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: 59ca5d92f8ac10a23c871cf61740b79ab2d7d185 https://github.com/pgjdbc/pgjdbc/commit/59ca5d92f8ac10a23c871cf61740b79ab2d7d185 Author: Vladimir Sitnikov Date: 2023-02-09 (Thu, 09 Feb 2023) Changed paths: M .github/workflows/main.yml Log Message: ----------- chore: tune down the number of CI jobs for PR builds from 7 to 5 (#2761)