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 5CB4C15808B for ; Thu, 14 Apr 2022 13:39:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 08ED4E08BB; Thu, 14 Apr 2022 13:39:21 +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 A50E5E08BB for ; Thu, 14 Apr 2022 13:39:19 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 41EB8341317 for ; Thu, 14 Apr 2022 13:39:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BC4023A7 for ; Thu, 14 Apr 2022 13:39:14 +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: <1649943520.167fc257b6f751e75bf91d02ac642b95c380723d.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: .github/workflows/ X-VCS-Repository: repo/proj/guru X-VCS-Files: .github/workflows/emails.yml X-VCS-Directories: .github/workflows/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 167fc257b6f751e75bf91d02ac642b95c380723d X-VCS-Branch: dev Date: Thu, 14 Apr 2022 13:39:14 +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: ceadc90d-d890-4925-893c-f4b62ab1afd6 X-Archives-Hash: 89c54558d2001d04b54d60970f750a80 commit: 167fc257b6f751e75bf91d02ac642b95c380723d Author: Andrew Ammerlaan gentoo org> AuthorDate: Thu Apr 14 13:38:40 2022 +0000 Commit: Andrew Ammerlaan gentoo org> CommitDate: Thu Apr 14 13:38:40 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=167fc257 emails.yml: only run on push to dev everything that goes into master comes from dev anyway so no need to run it twice Signed-off-by: Andrew Ammerlaan gentoo.org> .github/workflows/emails.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/emails.yml b/.github/workflows/emails.yml index e7791f558..966000a14 100644 --- a/.github/workflows/emails.yml +++ b/.github/workflows/emails.yml @@ -1,6 +1,10 @@ name: emails -on: [push, pull_request] +on: + push: + branches: [ dev ] + pull_request: + branches: [ dev ] jobs: bugzilla: 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 B0E9015808B for ; Thu, 14 Apr 2022 13:39:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9AB08E08CE; Thu, 14 Apr 2022 13:39:22 +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 4F854E08CE for ; Thu, 14 Apr 2022 13:39: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 7E58C341317 for ; Thu, 14 Apr 2022 13:39:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EB2A9318 for ; Thu, 14 Apr 2022 13:39:19 +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: <1649943520.167fc257b6f751e75bf91d02ac642b95c380723d.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: .github/workflows/ X-VCS-Repository: repo/proj/guru X-VCS-Files: .github/workflows/emails.yml X-VCS-Directories: .github/workflows/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 167fc257b6f751e75bf91d02ac642b95c380723d X-VCS-Branch: master Date: Thu, 14 Apr 2022 13:39:19 +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: 8c59c686-0baf-4c30-ba78-6d7f95fea551 X-Archives-Hash: d31c932468b40b54640457a18610e459 Message-ID: <20220414133919.xvBWwnamWoJocFV0igoDuu3D3Qao3RNTcE4KNcHmly4@z> commit: 167fc257b6f751e75bf91d02ac642b95c380723d Author: Andrew Ammerlaan gentoo org> AuthorDate: Thu Apr 14 13:38:40 2022 +0000 Commit: Andrew Ammerlaan gentoo org> CommitDate: Thu Apr 14 13:38:40 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=167fc257 emails.yml: only run on push to dev everything that goes into master comes from dev anyway so no need to run it twice Signed-off-by: Andrew Ammerlaan gentoo.org> .github/workflows/emails.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/emails.yml b/.github/workflows/emails.yml index e7791f558..966000a14 100644 --- a/.github/workflows/emails.yml +++ b/.github/workflows/emails.yml @@ -1,6 +1,10 @@ name: emails -on: [push, pull_request] +on: + push: + branches: [ dev ] + pull_request: + branches: [ dev ] jobs: bugzilla: