Skip to content

Commit ec9a357

Browse files
committed
Add stub github action for testing
Actual development will happen in <#158> but for testing purposes we need some copy of the workflow on the master branch. (I know there's another way involving a deliberately broken workflow on a branch, but I can't find the specifics at the moment.)
1 parent f963447 commit ec9a357

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# this workflow is a stub action to allow testing from a branch
2+
3+
name: Run GenoFLU on curated GISAID data
4+
5+
on:
6+
workflow_dispatch:
7+

0 commit comments

Comments
 (0)