Skip to content

Commit

Permalink
ci: only write STACKIT configuration if STACKIT test runs (#3559)
Browse files Browse the repository at this point in the history
  • Loading branch information
msanft authored Dec 20, 2024
1 parent c467ff6 commit fcf778e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/actions/constellation_iam_create/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ runs:
- name: Set STACKIT-specific configuration
shell: bash
if: inputs.cloudProvider == 'stackit'
env:
STACKIT_PROJECT_ID: ${{ inputs.stackitProjectID }}
run: |
Expand Down

0 comments on commit fcf778e

Please sign in to comment.