mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-20 23:01:16 +00:00
Use options instead
This commit is contained in:
parent
9e3ee4ec1e
commit
a9fc5601f5
3
.github/workflows/compare.yml
vendored
3
.github/workflows/compare.yml
vendored
@ -10,7 +10,8 @@ on:
|
|||||||
description: 'How many builds to run in parallel on each job.'
|
description: 'How many builds to run in parallel on each job.'
|
||||||
default: 4
|
default: 4
|
||||||
required: true
|
required: true
|
||||||
type: number
|
type: choice
|
||||||
|
options: [1, 2, 4, 8, 16, 32, 64]
|
||||||
|
|
||||||
concurrency:
|
concurrency:
|
||||||
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
|
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user