Skip to content

Commit e5e65ac

Browse files
author
rahul-infra
committed
commented prTitle check.
1 parent 8f7e6a2 commit e5e65ac

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/terraform.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ on:
88
branches:
99
- main
1010
jobs:
11-
prTitlecheck:
12-
name: PR title check
13-
if: ${{ github.event_name == 'pull_request_target' && github.event.pull_request.base.ref == 'main' }}
14-
uses: ./.github/workflows/pr-title.yaml
11+
# prTitlecheck:
12+
# name: PR title check
13+
# if: ${{ github.event_name == 'pull_request_target' && github.event.pull_request.base.ref == 'main' }}
14+
# uses: ./.github/workflows/pr-title.yaml
1515

1616
preCommitCheck:
1717
name: Terraform Checks

0 commit comments

Comments
 (0)