File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
nf_core/pipeline-template/.github/workflows Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ nf_core/pipeline-template/nextflow_schema.json
88nf_core /pipeline-template /modules.json
99nf_core /pipeline-template /tower.yml
1010nf_core /pipeline-template /.github /ISSUE_TEMPLATE /bug_report.yml
11+ nf_core /pipeline-template /.github /workflows /nf-test.yml
1112tests /data /pipeline_create_template_skip.yml
1213# don't run on things handled by ruff
1314* .py
Original file line number Diff line number Diff line change 3434jobs :
3535 nf-test-changes :
3636 name : nf-test-changes
37- runs-on : // {% endraw %}{% if is_nfcore %}use self-hosted runners
37+ runs-on : # {% endraw %}{% if is_nfcore %} use self-hosted runners
3838 - runs-on=${{ github.run_id }}-nf-test-changes
3939 - runner=4cpu-linux-x64{% else %}use GitHub runners
4040 - " ubuntu-latest" {% endif %}{% raw %}
6969 name : " ${{ matrix.profile }} | ${{ matrix.NXF_VER }} | ${{ matrix.shard }}/${{ needs.nf-test-changes.outputs.total_shards }}"
7070 needs : [nf-test-changes]
7171 if : ${{ needs.nf-test-changes.outputs.total_shards != '0' }}
72- runs-on : // {% endraw %}{% if is_nfcore %}use self-hosted runners
72+ runs-on : # {% endraw %}{% if is_nfcore %} use self-hosted runners
7373 - runs-on=${{ github.run_id }}-nf-test
7474 - runner=4cpu-linux-x64{% else %}use GitHub runners
7575 - " ubuntu-latest" {% endif %}{% raw %}
@@ -111,7 +111,7 @@ jobs:
111111 confirm-pass :
112112 needs : [nf-test]
113113 if : always()
114- runs-on : // {% endraw %}{% if is_nfcore %}use self-hosted runners
114+ runs-on : {% endraw %}# {% if is_nfcore %} use self-hosted runners
115115 - runs-on=${{ github.run_id }}-confirm-pass
116116 - runner=2cpu-linux-x64{% else %}use GitHub runners
117117 - " ubuntu-latest" {% endif %}{% raw %}
You can’t perform that action at this time.
0 commit comments