Skip to content

Commit 909812a

Browse files
author
rahul-infra
committed
feat : updated Github workflows by removing PR-title check.
1 parent 6e9c840 commit 909812a

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)