Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1qoHpn-000kkp-9s for pgadmin-hackers@arkaria.postgresql.org; Thu, 05 Oct 2023 06:27:43 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.94.2) (envelope-from ) id 1qoHpk-009WzX-PG for pgadmin-hackers@arkaria.postgresql.org; Thu, 05 Oct 2023 06:27:41 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1qoHpk-009WzG-GL for pgadmin-hackers@lists.postgresql.org; Thu, 05 Oct 2023 06:27:41 +0000 Received: from out-27.smtp.github.com ([192.30.252.210]) by magus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1qoHpi-0007lY-Lo for pgadmin-hackers@lists.postgresql.org; Thu, 05 Oct 2023 06:27:40 +0000 Received: from github.com (hubbernetes-node-2d8a012.ash1-iad.github.net [10.56.145.41]) by smtp.github.com (Postfix) with ESMTPA id E366A6010C4 for ; Wed, 4 Oct 2023 23:27:36 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2023; t=1696487256; bh=7iHwk/Jq2qOO3Sa4K0W3OdiqsP7CNunujDZAKLGTPLs=; h=Date:From:To:Subject:From; b=ZYbuLlTEJ9VDi+f0XyaSbvKAG8E+9cIOoNGIYLL+kSSMrCJOlrmYrJdBRmHH2KmlM wiFdngEEF3GusCiEgUtXAD0uPxG6BefpK8OjyhJUP/6WQ/nFU4GcNpLO1POR4CxLAB a3y3SqSIHbcULrz0nO6438iDvN826CE1hkOU3orw= Date: Wed, 04 Oct 2023 23:27:36 -0700 From: Dave Page To: pgadmin-hackers@lists.postgresql.org Message-ID: Subject: [pgadmin-org/pgadmin4] b4f517: Rename tasks in workflows to allow rule enforcemen... Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-GitHub-Recipient-Address: pgadmin-hackers@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/pgadmin-org/pgadmin4 Commit: b4f517f7ff0a1475f0a0b5c700eb18a496c7ab6b https://github.com/pgadmin-org/pgadmin4/commit/b4f517f7ff0a1475f0a0b5c700eb18a496c7ab6b Author: Dave Page Date: 2023-10-05 (Thu, 05 Oct 2023) Changed paths: M .github/workflows/check-container-build.yml M .github/workflows/check-doc-builds.yml M .github/workflows/check-javascript-style.yml M .github/workflows/check-python-build.yml M .github/workflows/check-python-style.yml M .github/workflows/check-tarball-build.yml M .github/workflows/check-translations.yml M .github/workflows/run-feature-tests-epas.yml M .github/workflows/run-feature-tests-pg.yml M .github/workflows/run-javascript-tests.yml M .github/workflows/run-python-tests-epas.yml M .github/workflows/run-python-tests-pg.yml M .github/workflows/sonarqube-scan.yml Log Message: ----------- Rename tasks in workflows to allow rule enforcement in Github.