Skip to content

Commit fcf778e

Browse files
authored
ci: only write STACKIT configuration if STACKIT test runs (#3559)
1 parent c467ff6 commit fcf778e

File tree

1 file changed

+1
-0
lines changed
  • .github/actions/constellation_iam_create

1 file changed

+1
-0
lines changed

.github/actions/constellation_iam_create/action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,7 @@ runs:
116116
117117
- name: Set STACKIT-specific configuration
118118
shell: bash
119+
if: inputs.cloudProvider == 'stackit'
119120
env:
120121
STACKIT_PROJECT_ID: ${{ inputs.stackitProjectID }}
121122
run: |

0 commit comments

Comments
 (0)