We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f7e6a2 commit e5e65acCopy full SHA for e5e65ac
.github/workflows/terraform.yaml
@@ -8,10 +8,10 @@ on:
8
branches:
9
- main
10
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
+ # prTitlecheck:
+ # name: PR title check
+ # if: ${{ github.event_name == 'pull_request_target' && github.event.pull_request.base.ref == 'main' }}
+ # uses: ./.github/workflows/pr-title.yaml
15
16
preCommitCheck:
17
name: Terraform Checks
0 commit comments