From owner-freebsd-git@freebsd.org Thu Sep 24 12:17:07 2020 Return-Path: Delivered-To: freebsd-git@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id ED9723F60B1 for ; Thu, 24 Sep 2020 12:17:07 +0000 (UTC) (envelope-from carpeddiem@gmail.com) Received: from mail-il1-f178.google.com (mail-il1-f178.google.com [209.85.166.178]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "smtp.gmail.com", Issuer "GTS CA 1O1" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4BxvDg4dBRz4MRy; Thu, 24 Sep 2020 12:17:07 +0000 (UTC) (envelope-from carpeddiem@gmail.com) Received: by mail-il1-f178.google.com with SMTP id h2so2846469ilo.12; Thu, 24 Sep 2020 05:17:07 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc:content-transfer-encoding; bh=HEb2BebrGR+XJ7ntnluAmSKiQw6ZZBX+117q9UQMwWM=; b=ddVdAdtYUZZjCFVKaFNT/B7i3dBCzzrfcM4lrZdPfZZ6biQ3t35u85nB7loxldpDP5 /jOQ/QueRT9pzP9eCBJRalVy1Y5z04+47qvD4nSpW5UUK9cYRMIffd8VM1zOcyw9Xx3q achjDzRQ/mGR7pKOhlLvaRWp2X5dC4iDETsz/NrXj4kHSWDCRYYH7AYbUOiX4bOW2ta2 KHe+7QHddyS8cDjhF6eddXzkH62cKOVfrto2PBlZrsjKRnOa3G7/Kg0fO1/5wVXkentW vH+Gz1Lfm1b3gun+VyoUCI3+i0Ao+G6zKkkxjfH1BLXO6bQSMEsJIK7jt30v59KTvNqF f+Iw== X-Gm-Message-State: AOAM533ohf6UELtUKUAhUcQMNLZTfvPVvkh5KRHFIggJ7RV7rNSMykWj 7Q0CkgkU0LsOySfoTFjufVWvhXXqEIQaqK9xsRz/xGQF X-Google-Smtp-Source: ABdhPJwSGWkI0gu7voOYRWRtR+604DQUqMtRiVYd4Kf0ZZrx8gbOJgZP9Pw/Ec9r2H7F6Tf5PBZku//XnwRcumVEMjo= X-Received: by 2002:a92:aa8f:: with SMTP id p15mr253650ill.100.1600949826037; Thu, 24 Sep 2020 05:17:06 -0700 (PDT) MIME-Version: 1.0 References: <202009231254.08NCsbvl097012@repo.freebsd.org> <17915865-DF2F-473D-AB52-4C69D7DB706F@freebsd.org> In-Reply-To: From: Ed Maste Date: Thu, 24 Sep 2020 08:16:53 -0400 Message-ID: Subject: Re: svn commit: r366074 - in head/.github: . workflows To: =?UTF-8?Q?Ulrich_Sp=C3=B6rlein?= Cc: Alexander Richardson , Jessica Clarke , freebsd-git Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Rspamd-Queue-Id: 4BxvDg4dBRz4MRy X-Spamd-Bar: ---- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:15169, ipnet:209.85.128.0/17, country:US] X-BeenThere: freebsd-git@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: Discussion of git use in the FreeBSD project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Sep 2020 12:17:08 -0000 On Thu, 24 Sep 2020 at 03:33, Ulrich Sp=C3=B6rlein wrote: > > I created the exact same workflow via the github UI (creating a brand new= commit on master) and then force-pushed over it, that seems to have gotten= it unstuck). I suppose this means the same thing will need to be done if there's ever a change to the workflow file?