Skip to content

Commit

Permalink
Use custom properties
Browse files Browse the repository at this point in the history
  • Loading branch information
goruha committed Sep 28, 2024
1 parent 2108fc3 commit c2bc84d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/shared-terraform-chatops.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
closed_at: ${{ steps.pr.outputs.closed_at }}
labels: ${{ steps.pr.outputs.labels }}
iam_role: ${{ steps.properties.outputs.test-aws-role || 'arn:aws:iam::799847381734:role/cptest-test-ue2-sandbox-gha-iam-terratest' }}
concurrency: ${{ steps.properties.outputs.test-skip-concurrency == 'true' && '1' || '10' }}
concurrency: ${{ steps.properties.outputs.test-skip-concurrency == 'true' && 1 || 10 }}

ack:
if: github.event.comment.id != ''
Expand Down

0 comments on commit c2bc84d

Please sign in to comment.