Skip to content

Commit 2c4000c

Browse files
committed
Update qcom-preflight-checks.yml
1 parent 46a28c0 commit 2c4000c

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/qcom-preflight-checks.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
name: Qualcomm Preflight Checks
22
on:
3-
pull_request_target:
4-
branches: [ "main" ]
3+
pull_request:
54
push:
65
branches: [ "main" ]
76
workflow_dispatch:
@@ -15,8 +14,8 @@ jobs:
1514
uses: qualcomm/qcom-reusable-workflows/.github/workflows/[email protected]
1615
with:
1716
# ✅ Preflight Checkers
18-
repolinter: true # default: true
19-
semgrep: true # default: true
17+
repolinter: false # default: true
18+
semgrep: false # default: true
2019
copyright-license-detector: true # default: true
2120
pr-check-emails: true # default: true
2221
dependency-review: true # default: true

0 commit comments

Comments
 (0)