Skip to content

Commit

Permalink
Merge pull request #488 from broadinstitute/dnanexus
Browse files Browse the repository at this point in the history
dnanexus CI fix 4
  • Loading branch information
dpark01 authored Sep 9, 2023
2 parents 5a7d6d5 + 71354ec commit 7707958
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ jobs:
deploy_dnanexus:
#if: ${{ github.event.ref == 'dnanexus' }}
if: github.event_name == 'release' || github.ref == 'refs/heads/master'
if: github.event_name == 'release' || github.ref == 'refs/heads/master' || github.ref == 'refs/heads/dnanexus'
needs:
- validate_wdl_womtool
- validate_wdl_miniwdl
Expand Down
4 changes: 1 addition & 3 deletions test/input/WDL/test_inputs-assemble_denovo-dnanexus.dx.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,5 @@
],

"stage-common.filter_to_taxon_db": { "$dnanexus_link": { "project": "project-F8PQ6380xf5bK0Qk0YPjB17P", "id": "file-F1zXZ9Q0pvkp7FkZ646YJX2y" } },
"stage-common.reference_genome_fasta": [ { "$dnanexus_link": { "project": "project-F8PQ6380xf5bK0Qk0YPjB17P", "id": "file-F1zXZ9Q0pvkp7FkZ646YJX2y" } } ],

"stage-common.novocraft_license": { "$dnanexus_link": { "project": "project-F89kXY805X08BpXq7xjxbX9F", "id": "file-F1zkVGQ0jy1P68J88kyJ8zVF" } }
"stage-common.reference_genome_fasta": [ { "$dnanexus_link": { "project": "project-F8PQ6380xf5bK0Qk0YPjB17P", "id": "file-F1zXZ9Q0pvkp7FkZ646YJX2y" } } ]
}

0 comments on commit 7707958

Please sign in to comment.