Skip to content

Commit c634d1b

Browse files
mashehumirpedrol
andauthored
Apply suggestions from code review
Co-authored-by: Júlia Mir Pedrol <[email protected]>
1 parent ecbd5f5 commit c634d1b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nf_core/pipeline-template/.github/workflows/nf-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
name: nf-test-changes
3737
runs-on: #{% endraw %}{% if is_nfcore %} use self-hosted runners
3838
- runs-on=${{ github.run_id }}-nf-test-changes
39-
- runner=4cpu-linux-x64{% else %}use GitHub runners
39+
- runner=4cpu-linux-x64{% else %} use GitHub runners
4040
- "ubuntu-latest"{% endif %}{% raw %}
4141
outputs:
4242
shard: ${{ steps.set-shards.outputs.shard }}
@@ -113,7 +113,7 @@ jobs:
113113
if: always()
114114
runs-on: {% endraw %}#{% if is_nfcore %} use self-hosted runners
115115
- runs-on=${{ github.run_id }}-confirm-pass
116-
- runner=2cpu-linux-x64{% else %}use GitHub runners
116+
- runner=2cpu-linux-x64{% else %} use GitHub runners
117117
- "ubuntu-latest"{% endif %}{% raw %}
118118
steps:
119119
- name: One or more tests failed

0 commit comments

Comments
 (0)