ci: only write STACKIT configuration if STACKIT test runs (#3559)

This commit is contained in:
Moritz Sanft 2024-12-20 10:05:48 +01:00 committed by GitHub
parent c467ff603b
commit fcf778e73c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -116,6 +116,7 @@ runs:
- name: Set STACKIT-specific configuration
shell: bash
if: inputs.cloudProvider == 'stackit'
env:
STACKIT_PROJECT_ID: ${{ inputs.stackitProjectID }}
run: |