Skip to content

Commit f658318

Browse files
committed
Fix disk label for nf-test runner.
1 parent 7277fe0 commit f658318

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/nf-test.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,8 @@ jobs:
2828
nf-test-changes:
2929
name: nf-test-changes
3030
runs-on: # use self-hosted runners
31-
- runs-on=${{ github.run_id }}-nf-test-changes
32-
- runner=4cpu-linux-x64
33-
- disk=large
31+
- runs-on=${{github.run_id}}-nf-test-changes
32+
- runner=4cpu-linux-x64/disk=large
3433
outputs:
3534
shard: ${{ steps.set-shards.outputs.shard }}
3635
total_shards: ${{ steps.set-shards.outputs.total_shards }}

0 commit comments

Comments
 (0)