Skip to content

Commit

Permalink
Merge pull request #24 from nextstrain/include-ingest-to-phylo
Browse files Browse the repository at this point in the history
Include all `ingest-to-phylogenetic%.yaml` workflows
  • Loading branch information
joverlee521 authored Jul 11, 2024
2 parents 22d7ba2 + e18c8c1 commit 2179c6b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pathogen-workflows.sql
Original file line number Diff line number Diff line change
Expand Up @@ -86,14 +86,14 @@ workflow as materialized (

where
(workflow_file_content_json @@ '$.jobs.*.uses starts with "nextstrain/.github/.github/workflows/pathogen-repo-build.yaml@"'
/* Temporary(?) workaround to include zika's ingest-to-phylogenetic workflow
/* Temporary(?) workaround to include zika/avian-flu's ingest-to-phylogenetic workflows
* We may pursue other methods in the future to include workflows that are not
* directly using pathogen-repo-build.yaml.
* -Jover, 23 April 2024
*
* <https://github.com/nextstrain/status/issues/12>
*/
or path = '.github/workflows/ingest-to-phylogenetic.yaml')
or path like '.github/workflows/ingest-to-phylogenetic%.yaml')
and name != 'CI'
),

Expand Down

0 comments on commit 2179c6b

Please sign in to comment.