Skip to content

Commit 8d911e9

Browse files
authored
Merge pull request #23 from infraspecdev/feature/github-prtitle-removal
feat: Updated github workflows by removing pr title check
2 parents 6e9c840 + 909812a commit 8d911e9

File tree

2 files changed

+0
-53
lines changed

2 files changed

+0
-53
lines changed

.github/workflows/pr-title.yaml

Lines changed: 0 additions & 48 deletions
This file was deleted.

.github/workflows/terraform.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,6 @@ on:
1515
- main
1616
- master
1717
jobs:
18-
prTitlecheck:
19-
name: PR title check
20-
if: ${{ github.event_name == 'pull_request_target' && github.event.pull_request.base.ref == 'main' }}
21-
uses: ./.github/workflows/pr-title.yaml
22-
2318
preCommitCheck:
2419
name: Terraform Checks
2520
uses: ./.github/workflows/terraform-checks.yaml

0 commit comments

Comments
 (0)