Skip to content

Commit 228e95a

Browse files
committed
increase resources runner
1 parent 07916b9 commit 228e95a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/nf-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
name: nf-test-changes
3030
runs-on: # use self-hosted runners
3131
- runs-on=${{ github.run_id }}-nf-test-changes
32-
- runner=8cpu-linux-x64
32+
- runner=4cpu-linux-x64
3333
outputs:
3434
shard: ${{ steps.set-shards.outputs.shard }}
3535
total_shards: ${{ steps.set-shards.outputs.total_shards }}
@@ -63,7 +63,7 @@ jobs:
6363
if: ${{ needs.nf-test-changes.outputs.total_shards != '0' }}
6464
runs-on: # use self-hosted runners
6565
- runs-on=${{ github.run_id }}-nf-test
66-
- runner=4cpu-linux-x64
66+
- runner=8cpu-linux-x64
6767
strategy:
6868
fail-fast: false
6969
matrix:

0 commit comments

Comments
 (0)