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 75b6c73 commit 4d2e8b0Copy full SHA for 4d2e8b0
.github/workflows/terraform.yaml
@@ -4,11 +4,6 @@ on:
4
push:
5
branches:
6
- main
7
- pull_request_target:
8
- types:
9
- - opened
10
- - edited
11
- - synchronize
12
pull_request:
13
14
@@ -21,7 +16,7 @@ permissions:
21
16
jobs:
22
17
prTitlecheck:
23
18
name: PR title check
24
- if: ${{ github.event_name == 'pull_request_target' && github.event.pull_request.base.ref == 'main' }}
19
+ if: ${{ github.event.pull_request.base.ref == 'main' }}
25
20
uses: ./.github/workflows/pr-title.yaml
26
27
preCommitCheck:
0 commit comments