Use options instead

This commit is contained in:
disinvite 2025-03-14 11:59:13 -04:00
parent 9e3ee4ec1e
commit a9fc5601f5

View File

@ -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 }}