Skip to content

Commit

Permalink
Added aws resource
Browse files Browse the repository at this point in the history
  • Loading branch information
goruha committed Sep 3, 2024
1 parent 1ee312d commit 4b2633c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/shared-terraform-chatops.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ defaults:
jobs:
pr:
name: PR Info
if: ${{ github.event.issue.pull_request && contains(github.event.comment.body, '/terratest') }}
runs-on: ubuntu-latest
steps:
- uses: cloudposse-github-actions/get-pr@by-number
Expand Down Expand Up @@ -225,9 +226,6 @@ jobs:
USES_OPSGENIE: >-
${{ contains(needs.pr.outputs.base_repo_name, 'terraform-opsgenie-')
|| contains(needs.pr.outputs.labels, 'terraform-opsgenie-provider') }}
USES_AWS: >-
${{ contains(needs.pr.outputs.base_repo_name, 'terraform-aws-')
|| contains(needs.pr.outputs.labels, 'terraform-aws-provider') }}
USES_SPOTINST: >-
${{ contains(needs.pr.outputs.base_repo_name, '-spotinst-')
|| contains(needs.pr.outputs.labels, 'terraform-spotinst-provider') }}
Expand Down

0 comments on commit 4b2633c

Please sign in to comment.