Use lowercase cura_conan_version

Contributes to CURA-10988
This commit is contained in:
Jelle Spijker 2023-09-12 08:00:36 +02:00
parent bbf480d4a3
commit c526ef6fb7
No known key found for this signature in database
GPG Key ID: 034D1C0527888B65

View File

@ -31,8 +31,8 @@ on:
type: boolean type: boolean
schedule: schedule:
# Daily at 5:20 CET # Daily at 8:10 CET
- cron: '20 4 * * *' - cron: '10 7 * * *'
env: env:
CURA_CONAN_VERSION: ${{ inputs.cura_conan_version || 'cura/latest@ultimaker/testing' }} CURA_CONAN_VERSION: ${{ inputs.cura_conan_version || 'cura/latest@ultimaker/testing' }}
@ -44,7 +44,7 @@ jobs:
windows-installer: windows-installer:
uses: ./.github/workflows/windows.yml uses: ./.github/workflows/windows.yml
with: with:
cura_conan_version: ${{ github.event.inputs.CURA_CONAN_VERSION }} cura_conan_version: ${{ github.event.inputs.cura_conan_version }}
conan_args: ${{ github.event.inputs.conan_args }} conan_args: ${{ github.event.inputs.conan_args }}
enterprise: ${{ github.event.inputs.enterprise == 'true' }} enterprise: ${{ github.event.inputs.enterprise == 'true' }}
staging: ${{ github.event.inputs.staging == 'true' }} staging: ${{ github.event.inputs.staging == 'true' }}
@ -55,7 +55,7 @@ jobs:
linux-installer: linux-installer:
uses: ./.github/workflows/linux.yml uses: ./.github/workflows/linux.yml
with: with:
cura_conan_version: ${{ github.event.inputs.CURA_CONAN_VERSION }} cura_conan_version: ${{ github.event.inputs.cura_conan_version }}
conan_args: ${{ github.event.inputs.conan_args }} conan_args: ${{ github.event.inputs.conan_args }}
enterprise: ${{ github.event.inputs.enterprise == 'true' }} enterprise: ${{ github.event.inputs.enterprise == 'true' }}
staging: ${{ github.event.inputs.staging == 'true' }} staging: ${{ github.event.inputs.staging == 'true' }}
@ -66,7 +66,7 @@ jobs:
macos-installer: macos-installer:
uses: ./.github/workflows/macos.yml uses: ./.github/workflows/macos.yml
with: with:
cura_conan_version: ${{ github.event.inputs.CURA_CONAN_VERSION }} cura_conan_version: ${{ github.event.inputs.cura_conan_version }}
conan_args: ${{ github.event.inputs.conan_args }} conan_args: ${{ github.event.inputs.conan_args }}
enterprise: ${{ github.event.inputs.enterprise == 'true' }} enterprise: ${{ github.event.inputs.enterprise == 'true' }}
staging: ${{ github.event.inputs.staging == 'true' }} staging: ${{ github.event.inputs.staging == 'true' }}
@ -77,7 +77,7 @@ jobs:
# macos-arm-installer: # macos-arm-installer:
# uses: ./.github/workflows/macos.yml # uses: ./.github/workflows/macos.yml
# with: # with:
# cura_conan_version: ${{ github.event.inputs.CURA_CONAN_VERSION }} # cura_conan_version: ${{ github.event.inputs.cura_conan_version }}
# conan_args: ${{ github.event.inputs.conan_args }} # conan_args: ${{ github.event.inputs.conan_args }}
# enterprise: ${{ github.event.inputs.enterprise == 'true' }} # enterprise: ${{ github.event.inputs.enterprise == 'true' }}
# staging: ${{ github.event.inputs.staging == 'true' }} # staging: ${{ github.event.inputs.staging == 'true' }}