Skip to content

Commit

Permalink
Remove TF status checks for PRs.
Browse files Browse the repository at this point in the history
  • Loading branch information
fh274kq8l committed Nov 5, 2024
1 parent ce64432 commit b76b164
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 4 deletions.
15 changes: 13 additions & 2 deletions .github/workflows/terraform-fmt.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,19 @@
name: 'Terraform Format'

on:
pull_request:
branches: [ "main", "next" ]
workflow_dispatch:
inputs:
workspace:
description: 'Terraform Workspace which should map to GitHub Environment'
required: true
default: 'Dev'
type: choice
options:
- Dev
- Test
- Pre-Prod
- Prod
- Load-Test

jobs:
terraform-fmt:
Expand Down
15 changes: 13 additions & 2 deletions .github/workflows/terraform-tflint.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,19 @@
name: 'Terraform TFLint'

on:
pull_request:
branches: [ "main", "next" ]
workflow_dispatch:
inputs:
workspace:
description: 'Terraform Workspace which should map to GitHub Environment'
required: true
default: 'Dev'
type: choice
options:
- Dev
- Test
- Pre-Prod
- Prod
- Load-Test

jobs:
terraform-tflint:
Expand Down

0 comments on commit b76b164

Please sign in to comment.