From 3f130e6f297f1beb67cae2efdcbe3ab9a6c528e8 Mon Sep 17 00:00:00 2001 From: Thomas Sibley Date: Mon, 15 Jul 2024 14:05:50 -0700 Subject: [PATCH] dev: Add comment about updating the installation workflow's schedule MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Reflects our current best understanding of how notifications for failed scheduled workflow runs work.¹ ¹ --- .github/workflows/installation.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/workflows/installation.yaml b/.github/workflows/installation.yaml index 8aa8558..20fccd8 100644 --- a/.github/workflows/installation.yaml +++ b/.github/workflows/installation.yaml @@ -3,6 +3,15 @@ name: Installation on: # Routinely check that the latest package is initially installable, to catch # issues like earlier. + # + # Hey you! Yes, you there. If you update this, you'll start getting the + # failure notifications (e.g. via email and/or on github.com) instead of + # @nextstrain-bot (and thus the team) getting them. So then, update as + # needed, but afterwards please log in as @nextstrain-bot, disable this + # workflow, and then re-enable it again.¹ + # -trs, 15 July 2024 + # + # ¹ schedule: # Every day at 17:42 UTC / 9:42 Seattle (winter) / 10:42 Seattle (summer) - cron: "42 17 * * *"