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 3124f62 commit 0703b69Copy full SHA for 0703b69
.github/workflows/terraform.yaml
@@ -20,13 +20,8 @@ permissions:
20
statuses: write
21
22
jobs:
23
- prTitlecheck:
24
- name: PR title check
25
- if: ${{ github.event_name == 'pull_request_target' && github.event.pull_request.base.ref == 'main' }}
26
- uses: ./.github/workflows/pr-title.yaml
27
- permissions:
28
- pull-requests: read
29
- statuses: write
+ name: PR title check
+ uses: ./.github/workflows/pr-title.yaml
30
31
releasePreview:
32
name: Release Preview
0 commit comments