Skip to content

Sync scheduled workflows list#171

Merged
victorlin merged 1 commit into
masterfrom
victorlin/sync-scheduled-workflows-list
Jun 2, 2026
Merged

Sync scheduled workflows list#171
victorlin merged 1 commit into
masterfrom
victorlin/sync-scheduled-workflows-list

Conversation

@victorlin
Copy link
Copy Markdown
Member

@victorlin victorlin commented Jun 2, 2026

Description of proposed changes

Some new scheduled workflows have been added since this list was last updated.

The list was generated programmatically using:

gh api "search/code?q=org:nextstrain+path:.github/workflows+schedule&per_page=100" | \
jq -r '.items[] | "          - { repo: \(.repository.name),\(" " * (21 - (.repository.name | length)))workflow: \(.name) }"' | \
LC_ALL=C sort -f

Related issue(s)

Follow-up to #170

Checklist

  • Checks pass

Some new scheduled workflows have been added since this list was last
updated.

The list was generated programmatically using:

    gh api "search/code?q=org:nextstrain+path:.github/workflows+schedule&per_page=100" | \
    jq -r '.items[] | "          - { repo: \(.repository.name),\(" " * (21 - (.repository.name | length)))workflow: \(.name) }"' | \
    LC_ALL=C sort -f
@victorlin victorlin self-assigned this Jun 2, 2026
@victorlin victorlin merged commit 5b32fb9 into master Jun 2, 2026
38 checks passed
@victorlin victorlin deleted the victorlin/sync-scheduled-workflows-list branch June 2, 2026 21:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant