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 E39B9158090 for ; Mon, 2 May 2022 12:14:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BF4A9E0A02; Mon, 2 May 2022 12:14:08 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A1A45E0A02 for ; Mon, 2 May 2022 12:14:08 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9EF45341317 for ; Mon, 2 May 2022 12:14:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E6443443 for ; Mon, 2 May 2022 12:14:05 +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: <1651493551.8f32e166859afca301c11d787bdfe50181952fd4.andrewammerlaan@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: .github/workflows/ X-VCS-Repository: proj/sci X-VCS-Files: .github/workflows/duplicates.yml .github/workflows/pkgcheck.yml X-VCS-Directories: .github/workflows/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 8f32e166859afca301c11d787bdfe50181952fd4 X-VCS-Branch: master Date: Mon, 2 May 2022 12:14:05 +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: 0794451f-4b2d-4b59-a66e-ce9047b6fcfd X-Archives-Hash: f723b6eb31da19ba210097266ae9a73b commit: 8f32e166859afca301c11d787bdfe50181952fd4 Author: Andrew Ammerlaan gentoo org> AuthorDate: Mon May 2 12:12:31 2022 +0000 Commit: Andrew Ammerlaan gentoo org> CommitDate: Mon May 2 12:12:31 2022 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=8f32e166 .github/workflows: only run on push/PR I suspect the cache corruption issue that occurred is due to running a on-push and on-schedule check simultaneously. Signed-off-by: Andrew Ammerlaan gentoo.org> .github/workflows/duplicates.yml | 2 -- .github/workflows/pkgcheck.yml | 2 -- 2 files changed, 4 deletions(-) diff --git a/.github/workflows/duplicates.yml b/.github/workflows/duplicates.yml index 0a1f34a9d..c6cc040f0 100644 --- a/.github/workflows/duplicates.yml +++ b/.github/workflows/duplicates.yml @@ -5,8 +5,6 @@ on: branches: [ master ] pull_request: branches: [ master ] - schedule: - - cron: '0 0 * * *' jobs: build: diff --git a/.github/workflows/pkgcheck.yml b/.github/workflows/pkgcheck.yml index e3abc3de6..c7440aef2 100644 --- a/.github/workflows/pkgcheck.yml +++ b/.github/workflows/pkgcheck.yml @@ -5,8 +5,6 @@ on: branches: [ master ] pull_request: branches: [ master ] - schedule: - - cron: '0 0 * * *' jobs: build: