Skip to content

Commit 2f8fcd4

Browse files
committed
swap back to normal runners
1 parent 2e0571b commit 2f8fcd4

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

.github/workflows/nf-test.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -73,10 +73,7 @@ jobs:
7373
echo ${{ steps.set-shards.outputs.total_shards }}
7474
7575
nf-test:
76-
runs-on:
77-
- runs-on=${{ github.run_id }}
78-
- runner=4cpu-linux-x64
79-
- image=ubuntu22-full-x64
76+
runs-on: ${{ github.event.inputs.runners || github.run_number > 1 && 'ubuntu-latest' || 'self-hosted' }}
8077
name: "${{ matrix.profile }} | ${{ matrix.NXF_VER }} | ${{ matrix.shard }}/${{ needs.nf-test-changes.outputs.total_shards }}"
8178
needs: [nf-test-changes]
8279
if: ${{ needs.nf-test-changes.outputs.total_shards != '0' }}

0 commit comments

Comments
 (0)