From a9fc5601f54b4709b13aa6ab3e584afdb1f92add Mon Sep 17 00:00:00 2001 From: disinvite Date: Fri, 14 Mar 2025 11:59:13 -0400 Subject: [PATCH] Use options instead --- .github/workflows/compare.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/compare.yml b/.github/workflows/compare.yml index b447e181..15c4883e 100644 --- a/.github/workflows/compare.yml +++ b/.github/workflows/compare.yml @@ -10,7 +10,8 @@ on: description: 'How many builds to run in parallel on each job.' default: 4 required: true - type: number + type: choice + options: [1, 2, 4, 8, 16, 32, 64] concurrency: group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}