Skip to content

Commit ef58ff2

Browse files
committed
ci: add conformance suite version override options
1 parent 222d1cc commit ef58ff2

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/conformance.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,17 @@ on:
1010
schedule:
1111
- cron: '47 11 * * 1'
1212
workflow_dispatch:
13+
inputs:
14+
conformance_suite_version:
15+
description: 'Conformance Suite version override, e.g. release-v5.1.39 (takes precedence over vars.CONFORMANCE_SUITE_VERSION)'
16+
required: false
17+
type: string
1318

1419
jobs:
1520
build:
1621
uses: panva/.github/.github/workflows/build-conformance-suite.yml@main
22+
with:
23+
version: ${{ inputs.conformance_suite_version || vars.CONFORMANCE_SUITE_VERSION || '' }}
1724

1825
run:
1926
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)