From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 68A2D15808B for ; Sat, 26 Mar 2022 09:26:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5513CE0839; Sat, 26 Mar 2022 09:26:23 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D236DE0839 for ; Sat, 26 Mar 2022 09:26:22 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B565A34301E for ; Sat, 26 Mar 2022 09:26:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4765E290 for ; Sat, 26 Mar 2022 09:26:20 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1648286768.056c85231ff33764196cb9c27a148802b3983c47.andrewammerlaan@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: .github/workflows/ X-VCS-Repository: proj/sci X-VCS-Files: .github/workflows/pkgcheck.yml X-VCS-Directories: .github/workflows/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 056c85231ff33764196cb9c27a148802b3983c47 X-VCS-Branch: master Date: Sat, 26 Mar 2022 09:26:20 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 392fedd9-032b-469e-9dc6-b7fc0fc96680 X-Archives-Hash: 7774b5f56f41f113009186d75e24a4d6 commit: 056c85231ff33764196cb9c27a148802b3983c47 Author: Andrew Ammerlaan gentoo org> AuthorDate: Sat Mar 26 09:24:13 2022 +0000 Commit: Andrew Ammerlaan gentoo org> CommitDate: Sat Mar 26 09:26:08 2022 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=056c8523 pkgcheck.yml: revert Signed-off-by: Andrew Ammerlaan gentoo.org> .github/workflows/pkgcheck.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/pkgcheck.yml b/.github/workflows/pkgcheck.yml index 42c3141d4..e3abc3de6 100644 --- a/.github/workflows/pkgcheck.yml +++ b/.github/workflows/pkgcheck.yml @@ -13,11 +13,6 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - - uses: actions/cache@v1 - with: - path: ~/pkgcheck-test-cache - key: pkgcheck-test - restore-keys: pkgcheck-test - name: Run pkgcheck uses: pkgcore/pkgcheck-action@v1 with: