Skip to content

Sync scheduled workflows list#137

Merged
victorlin merged 1 commit intomasterfrom
victorlin/sync-scheduled-workflows-list
Aug 12, 2025
Merged

Sync scheduled workflows list#137
victorlin merged 1 commit intomasterfrom
victorlin/sync-scheduled-workflows-list

Conversation

@victorlin
Copy link
Copy Markdown
Member

@victorlin victorlin commented Aug 11, 2025

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),\(" " * (16 - (.repository.name | length)))workflow: \(.name) }"' | \
LC_ALL=C sort -f

Related issue(s)

Follow-up to #118

Checklist

  • Checks pass
  • [ ] Update changelog no changelog here

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),\(" " * (16 - (.repository.name | length)))workflow: \(.name) }"' | \
    LC_ALL=C sort -f
@victorlin victorlin self-assigned this Aug 11, 2025
- { repo: ncov, workflow: rebuild-100k.yml }
- { repo: ncov-ingest, workflow: fetch-and-ingest-genbank-master.yml }
- { repo: ncov-ingest, workflow: fetch-and-ingest-gisaid-master.yml }
- { repo: nextclade_data, workflow: update-sars-cov-2-datasets.yml }
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

cc:@ivan-aksamentov, just so you are aware that we use this GH Action workflow to keep other scheduled workflows enabled.

@victorlin victorlin merged commit 4f3d55f into master Aug 12, 2025
42 checks passed
@victorlin victorlin deleted the victorlin/sync-scheduled-workflows-list branch August 12, 2025 18:10
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.

3 participants