From b183592127529e036785db5aff1a5a2774b57414 Mon Sep 17 00:00:00 2001 From: Jover Lee Date: Tue, 18 Jun 2024 10:20:29 -0700 Subject: [PATCH] docs/nextstrain-internal: Add schedule to example pathogen CI As suggested by @tsibley in review --- docs/nextstrain-internal/pathogen-repo-ci.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/nextstrain-internal/pathogen-repo-ci.md b/docs/nextstrain-internal/pathogen-repo-ci.md index 22867d6..608838b 100644 --- a/docs/nextstrain-internal/pathogen-repo-ci.md +++ b/docs/nextstrain-internal/pathogen-repo-ci.md @@ -20,6 +20,10 @@ on: - main pull_request: workflow_dispatch: + # Routinely check that we continue to work in the face of external changes. + schedule: + # Every day at 18:37 UTC / 10:37 Seattle (winter) / 11:37 Seattle (summer) + - cron: "37 18 * * *" jobs: ci: