Skip to content

Commit

Permalink
Merge branch 'trs/workflow-notifications'
Browse files Browse the repository at this point in the history
  • Loading branch information
tsibley committed Jul 15, 2024
2 parents 224ad39 + 3f130e6 commit 02cf82e
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/installation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@ name: Installation
on:
# Routinely check that the latest package is initially installable, to catch
# issues like <https://github.com/nextstrain/monkeypox/issues/177> 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
#
# ¹ <https://github.com/nextstrain/conda-base/actions/workflows/installation.yaml>
schedule:
# Every day at 17:42 UTC / 9:42 Seattle (winter) / 10:42 Seattle (summer)
- cron: "42 17 * * *"
Expand Down

0 comments on commit 02cf82e

Please sign in to comment.