We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 222d1cc commit ef58ff2Copy full SHA for ef58ff2
.github/workflows/conformance.yml
@@ -10,10 +10,17 @@ on:
10
schedule:
11
- cron: '47 11 * * 1'
12
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
18
19
jobs:
20
build:
21
uses: panva/.github/.github/workflows/build-conformance-suite.yml@main
22
+ with:
23
+ version: ${{ inputs.conformance_suite_version || vars.CONFORMANCE_SUITE_VERSION || '' }}
24
25
run:
26
runs-on: ubuntu-latest
0 commit comments