We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e0571b commit 2f8fcd4Copy full SHA for 2f8fcd4
1 file changed
.github/workflows/nf-test.yml
@@ -73,10 +73,7 @@ jobs:
73
echo ${{ steps.set-shards.outputs.total_shards }}
74
75
nf-test:
76
- runs-on:
77
- - runs-on=${{ github.run_id }}
78
- - runner=4cpu-linux-x64
79
- - image=ubuntu22-full-x64
+ runs-on: ${{ github.event.inputs.runners || github.run_number > 1 && 'ubuntu-latest' || 'self-hosted' }}
80
name: "${{ matrix.profile }} | ${{ matrix.NXF_VER }} | ${{ matrix.shard }}/${{ needs.nf-test-changes.outputs.total_shards }}"
81
needs: [nf-test-changes]
82
if: ${{ needs.nf-test-changes.outputs.total_shards != '0' }}
0 commit comments