Skip to content

Commit

Permalink
fix template strings
Browse files Browse the repository at this point in the history
  • Loading branch information
maxulysse committed Oct 10, 2024
1 parent ba6b661 commit 35d7e08
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions nf_core/pipeline-template/.github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
test:
name: "Run pipeline with test data ({% raw %}${{ matrix.NXF_VER }}{% endraw %} | {% raw %}${{ matrix.test }}{% endraw %} | {% raw %}${{ matrix.profile }}{% endraw %})"
# Only run on push if this is the nf-core dev branch (merged PRs)
if: "{% raw %}${{ github.event_name != 'push' || (github.event_name == 'push' && github.repository == 'nf-core/bamtofastq') }}{% endraw %}"
if: "{% raw %}${{{% endraw %} github.event_name != 'push' || (github.event_name == 'push' && github.repository == '{{ name }}') {% raw %}}}{% endraw %}"
runs-on: ubuntu-latest
strategy:
matrix:
Expand All @@ -35,13 +35,6 @@ jobs:
- "singularity"
test:
- "test"
- "test_cram"
- "test_chr"
- "test_no_bai"
- "test_no_crai"
- "test_no_stats"
- "test_no_qc"
- "test_collate_fast"
isMaster:
- {% raw %}${{ github.base_ref == 'master' }}{% endraw %}
exclude:
Expand Down

0 comments on commit 35d7e08

Please sign in to comment.