We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 129858b commit 286b6feCopy full SHA for 286b6fe
nf_core/pipeline-template/.github/workflows/nf-test.yml
@@ -71,7 +71,7 @@ jobs:
71
if: ${{ needs.nf-test-changes.outputs.total_shards != '0' }}
72
runs-on: #{% endraw %}{% if is_nfcore %} use self-hosted runners
73
- runs-on=${{ github.run_id }}-nf-test
74
- - runner=4cpu-linux-x64{% else %}use GitHub runners
+ - runner=4cpu-linux-x64{% else %} use GitHub runners
75
- "ubuntu-latest"{% endif %}{% raw %}
76
strategy:
77
fail-fast: false
0 commit comments