File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
nf_core/pipeline-template/.github/workflows Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments